Html Css Color HEX #BB0972 Medium Violet Red

📋 copy color: '#BB0972'

red 187 ◦ green 9 ◦ blue 114

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

Shades of Medium Violet Red #BB0972

Tints of Medium Violet Red #BB0972

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.9%

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

R = 60.32%
G = 2.9%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BB0972 (or 0xBB0972) is known color: Medium Violet Red. HEX triplet: BB, 09 and 72. RGB value is (187,9,114). Sum of RGB (Red+Green+Blue) = 187+9+114=310 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.32% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0972 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0972 is #44F68D. Grayscale: #494949. Windows color (decimal): -4519566 or 7473595. OLE color: 7473595.

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

Color convert

RGB 187 9 114 -
CMYK 0 0.95 0.39 0.27
HSL 324.61º 0.91% 0.38% -
HSV(B) 324.61º 0.95% 0.73% -
XYZ 23.63 11.98 16.99 -
YUV 74.19 150.47 208.46 -
System Red Green Blue C M Y K H S L
Decimal 187 9 114 0 0.95 0.39 0.27 324.61 0.91 0.38
Hex BB 9 72 0 5F 27 1B 145 5B 26
Octal 273 11 162 0 137 47 33 505 133 46
Binary 10111011 1001 1110010 0 1011111 100111 11011 101000101 1011011 100110

Color Harmonies of #BB0972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0972

Black with #BB0972

Text Example


Text Example

White with #BB0972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0972; }

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

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

background-color css

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

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

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

border-color css

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

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

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