Html Css Color HEX #BB0971 Medium Violet Red

📋 copy color: '#BB0971'

red 187 ◦ green 9 ◦ blue 113

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

Shades of Medium Violet Red #BB0971

Tints of Medium Violet Red #BB0971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 36.57%

R = 60.52%
G = 2.91%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB0971 (or 0xBB0971) is known color: Medium Violet Red. HEX triplet: BB, 09 and 71. RGB value is (187,9,113). Sum of RGB (Red+Green+Blue) = 187+9+113=309 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.52% from 309); Green value is 9 (3.91% from 255 or 2.91% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0971 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0971 is #44F68E. Grayscale: #494949. Windows color (decimal): -4519567 or 7408059. OLE color: 7408059.

HSL color Cylindrical-coordinate representation of color #BB0971: hue angle of 324.94º 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 #BB0971 is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 9 113 -
CMYK 0 0.95 0.40 0.27
HSL 324.94º 0.91% 0.38% -
HSV(B) 324.94º 0.95% 0.73% -
XYZ 23.57 11.95 16.69 -
YUV 74.08 149.97 208.54 -
System Red Green Blue C M Y K H S L
Decimal 187 9 113 0 0.95 0.40 0.27 324.94 0.91 0.38
Hex BB 9 71 0 5F 28 1B 145 5B 26
Octal 273 11 161 0 137 50 33 505 133 46
Binary 10111011 1001 1110001 0 1011111 101000 11011 101000101 1011011 100110

Color Harmonies of #BB0971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0971

Black with #BB0971

Text Example


Text Example

White with #BB0971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0971; }

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

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

background-color css

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

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

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

border-color css

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

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

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