Html Css Color HEX #BB0973 Medium Violet Red

📋 copy color: '#BB0973'

red 187 ◦ green 9 ◦ blue 115

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

Shades of Medium Violet Red #BB0973

Tints of Medium Violet Red #BB0973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.98%

R = 60.13%
G = 2.89%
B = 36.98%

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

#BB0973 (or 0xBB0973) is known color: Medium Violet Red. HEX triplet: BB, 09 and 73. RGB value is (187,9,115). Sum of RGB (Red+Green+Blue) = 187+9+115=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 9 (3.91% from 255 or 2.89% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0973 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0973 is #44F68C. Grayscale: #4A4A4A. Windows color (decimal): -4519565 or 7539131. OLE color: 7539131.

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

Color convert

RGB 187 9 115 -
CMYK 0 0.95 0.39 0.27
HSL 324.27º 0.91% 0.38% -
HSV(B) 324.27º 0.95% 0.73% -
XYZ 23.69 12 17.29 -
YUV 74.31 150.97 208.38 -
System Red Green Blue C M Y K H S L
Decimal 187 9 115 0 0.95 0.39 0.27 324.27 0.91 0.38
Hex BB 9 73 0 5F 27 1B 144 5B 26
Octal 273 11 163 0 137 47 33 504 133 46
Binary 10111011 1001 1110011 0 1011111 100111 11011 101000100 1011011 100110

Color Harmonies of #BB0973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0973

Black with #BB0973

Text Example


Text Example

White with #BB0973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0973; }

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

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

background-color css

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

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

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

border-color css

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

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

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