Html Css Color HEX #B63173 Medium Red Violet

📋 copy color: '#B63173'

red 182 ◦ green 49 ◦ blue 115

#B63173
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #B63173

Tints of Medium Red Violet #B63173

RGB

 RED value IS 182 (71.48% from 255) = 52.6%

 GREEN value IS 49 (19.53% from 255) = 14.16%

 BLUE value IS 115 (45.31% from 255) = 33.24%

R = 52.6%
G = 14.16%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.37

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B63173 (or 0xB63173) is known color: Medium Red Violet. HEX triplet: B6, 31 and 73. RGB value is (182,49,115). Sum of RGB (Red+Green+Blue) = 182+49+115=346 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.60% from 346); Green value is 49 (19.53% from 255 or 14.16% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 182 - color contains mainly: red. Hex color #B63173 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63173 is #49CE8C. Grayscale: #606060. Windows color (decimal): -4837005 or 7549366. OLE color: 7549366.

HSL color Cylindrical-coordinate representation of color #B63173: hue angle of 330.23º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B63173 is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 49 115 -
CMYK 0 0.73 0.37 0.29
HSL 330.23º 0.58% 0.45% -
HSV(B) 330.23º 0.73% 0.71% -
XYZ 23.48 13.38 17.56 -
YUV 96.29 138.56 189.13 -
System Red Green Blue C M Y K H S L
Decimal 182 49 115 0 0.73 0.37 0.29 330.23 0.58 0.45
Hex B6 31 73 0 49 25 1D 14A 3A 2D
Octal 266 61 163 0 111 45 35 512 72 55
Binary 10110110 110001 1110011 0 1001001 100101 11101 101001010 111010 101101

Color Harmonies of #B63173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63173

Black with #B63173

Text Example


Text Example

White with #B63173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63173; }

 p { color: rgb(182,49,115); }

 H1.HeaderClassName
 {
   color: #B63173;
 }
 .AnyTagClassName
 {
   color: #B63173;
 }
</style>

background-color css

<style>
 a { background-color: #B63173; }

 a { background-color: rgb(182,49,115); }

 div.DivClassName
 {
   background-color: #B63173;
 }
 .BgClassName
 {
   background-color: #B63173;
 }
</style>

border-color css

<style>
 span { border-color: #B63173; }

 span { border-color: rgb(182,49,115); }

 td.TdClassName
 {
   border-color: #B63173;
 }
 .TagClassName
 {
   border-color: #B63173;
 }
</style>