Html Css Color HEX #BB1972 Medium Violet Red

📋 copy color: '#BB1972'

red 187 ◦ green 25 ◦ blue 114

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

Shades of Medium Violet Red #BB1972

Tints of Medium Violet Red #BB1972

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.67%

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

R = 57.36%
G = 7.67%
B = 34.97%

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

#BB1972 (or 0xBB1972) is known color: Medium Violet Red. HEX triplet: BB, 19 and 72. RGB value is (187,25,114). Sum of RGB (Red+Green+Blue) = 187+25+114=326 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.36% from 326); Green value is 25 (10.16% from 255 or 7.67% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1972 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1972 is #44E68D. Grayscale: #535353. Windows color (decimal): -4515470 or 7477691. OLE color: 7477691.

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

Color convert

RGB 187 25 114 -
CMYK 0 0.87 0.39 0.27
HSL 327.04º 0.76% 0.42% -
HSV(B) 327.04º 0.87% 0.73% -
XYZ 23.88 12.47 17.07 -
YUV 83.58 145.17 201.76 -
System Red Green Blue C M Y K H S L
Decimal 187 25 114 0 0.87 0.39 0.27 327.04 0.76 0.42
Hex BB 19 72 0 57 27 1B 147 4C 2A
Octal 273 31 162 0 127 47 33 507 114 52
Binary 10111011 11001 1110010 0 1010111 100111 11011 101000111 1001100 101010

Color Harmonies of #BB1972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1972

Black with #BB1972

Text Example


Text Example

White with #BB1972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1972; }

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

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

background-color css

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

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

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

border-color css

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

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

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