Html Css Color HEX #BB1872 Medium Violet Red

📋 copy color: '#BB1872'

red 187 ◦ green 24 ◦ blue 114

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

Shades of Medium Violet Red #BB1872

Tints of Medium Violet Red #BB1872

RGB

 RED value IS 187 (73.44% from 255) = 57.54%

 GREEN value IS 24 (9.77% from 255) = 7.38%

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

R = 57.54%
G = 7.38%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BB1872 (or 0xBB1872) is known color: Medium Violet Red. HEX triplet: BB, 18 and 72. RGB value is (187,24,114). Sum of RGB (Red+Green+Blue) = 187+24+114=325 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.54% from 325); Green value is 24 (9.77% from 255 or 7.38% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1872 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1872 is #44E78D. Grayscale: #525252. Windows color (decimal): -4515726 or 7477435. OLE color: 7477435.

HSL color Cylindrical-coordinate representation of color #BB1872: hue angle of 326.87º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB1872 is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 24 114 -
CMYK 0 0.87 0.39 0.27
HSL 326.87º 0.77% 0.41% -
HSV(B) 326.87º 0.87% 0.73% -
XYZ 23.86 12.43 17.06 -
YUV 83 145.5 202.18 -
System Red Green Blue C M Y K H S L
Decimal 187 24 114 0 0.87 0.39 0.27 326.87 0.77 0.41
Hex BB 18 72 0 57 27 1B 147 4D 29
Octal 273 30 162 0 127 47 33 507 115 51
Binary 10111011 11000 1110010 0 1010111 100111 11011 101000111 1001101 101001

Color Harmonies of #BB1872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1872

Black with #BB1872

Text Example


Text Example

White with #BB1872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1872; }

 p { color: rgb(187,24,114); }

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

background-color css

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

 a { background-color: rgb(187,24,114); }

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

border-color css

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

 span { border-color: rgb(187,24,114); }

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