Html Css Color HEX #BB0596 Medium Violet Red

📋 copy color: '#BB0596'

red 187 ◦ green 5 ◦ blue 150

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

Shades of Medium Violet Red #BB0596

Tints of Medium Violet Red #BB0596

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.46%

 BLUE value IS 150 (58.98% from 255) = 43.86%

R = 54.68%
G = 1.46%
B = 43.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BB0596 (or 0xBB0596) is known color: Medium Violet Red. HEX triplet: BB, 05 and 96. RGB value is (187,5,150). Sum of RGB (Red+Green+Blue) = 187+5+150=342 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.68% from 342); Green value is 5 (2.34% from 255 or 1.46% from 342); Blue value is 150 (58.98% from 255 or 43.86% from 342); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0596 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0596 is #44FA69. Grayscale: #4B4B4B. Windows color (decimal): -4520554 or 9831867. OLE color: 9831867.

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

Color convert

RGB 187 5 150 -
CMYK 0 0.97 0.20 0.27
HSL 312.2º 0.95% 0.38% -
HSV(B) 312.2º 0.97% 0.73% -
XYZ 26.05 12.88 29.97 -
YUV 75.95 169.8 207.21 -
System Red Green Blue C M Y K H S L
Decimal 187 5 150 0 0.97 0.20 0.27 312.2 0.95 0.38
Hex BB 5 96 0 61 14 1B 138 5F 26
Octal 273 5 226 0 141 24 33 470 137 46
Binary 10111011 101 10010110 0 1100001 10100 11011 100111000 1011111 100110

Color Harmonies of #BB0596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0596

Black with #BB0596

Text Example


Text Example

White with #BB0596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0596; }

 p { color: rgb(187,5,150); }

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

background-color css

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

 a { background-color: rgb(187,5,150); }

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

border-color css

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

 span { border-color: rgb(187,5,150); }

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