Html Css Color HEX #B12872 Medium Red Violet

📋 copy color: '#B12872'

red 177 ◦ green 40 ◦ blue 114

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

Shades of Medium Red Violet #B12872

Tints of Medium Red Violet #B12872

RGB

 RED value IS 177 (69.53% from 255) = 53.47%

 GREEN value IS 40 (16.02% from 255) = 12.08%

 BLUE value IS 114 (44.92% from 255) = 34.44%

R = 53.47%
G = 12.08%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B12872 (or 0xB12872) is known color: Medium Red Violet. HEX triplet: B1, 28 and 72. RGB value is (177,40,114). Sum of RGB (Red+Green+Blue) = 177+40+114=331 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.47% from 331); Green value is 40 (16.02% from 255 or 12.08% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 177 - color contains mainly: red. Hex color #B12872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12872 is #4ED78D. Grayscale: #595959. Windows color (decimal): -5166990 or 7481521. OLE color: 7481521.

HSL color Cylindrical-coordinate representation of color #B12872: hue angle of 327.59º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B12872 is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 40 114 -
CMYK 0 0.77 0.36 0.31
HSL 327.59º 0.63% 0.43% -
HSV(B) 327.59º 0.77% 0.69% -
XYZ 21.93 12.08 17.1 -
YUV 89.4 141.89 190.48 -
System Red Green Blue C M Y K H S L
Decimal 177 40 114 0 0.77 0.36 0.31 327.59 0.63 0.43
Hex B1 28 72 0 4D 24 1F 148 3F 2B
Octal 261 50 162 0 115 44 37 510 77 53
Binary 10110001 101000 1110010 0 1001101 100100 11111 101001000 111111 101011

Color Harmonies of #B12872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12872

Black with #B12872

Text Example


Text Example

White with #B12872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12872; }

 p { color: rgb(177,40,114); }

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

background-color css

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

 a { background-color: rgb(177,40,114); }

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

border-color css

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

 span { border-color: rgb(177,40,114); }

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