Html Css Color HEX #BB0096 Medium Violet Red

📋 copy color: '#BB0096'

red 187 ◦ green 0 ◦ blue 150

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

Shades of Medium Violet Red #BB0096

Tints of Medium Violet Red #BB0096

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.49%
G = 0%
B = 44.51%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BB0096 (or 0xBB0096) is known color: Medium Violet Red. HEX triplet: BB, 00 and 96. RGB value is (187,0,150). Sum of RGB (Red+Green+Blue) = 187+0+150=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 150 (58.98% from 255 or 44.51% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0096 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0096 is #44FF69. Grayscale: #484848. Windows color (decimal): -4521834 or 9830587. OLE color: 9830587.

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

Color convert

RGB 187 0 150 -
CMYK 0 1 0.20 0.27
HSL 311.87º 1% 0.37% -
HSV(B) 311.87º 1% 0.73% -
XYZ 26 12.77 29.95 -
YUV 73.01 171.45 209.3 -
System Red Green Blue C M Y K H S L
Decimal 187 0 150 0 1 0.20 0.27 311.87 1 0.37
Hex BB 0 96 0 64 14 1B 138 64 25
Octal 273 0 226 0 144 24 33 470 144 45
Binary 10111011 0 10010110 0 1100100 10100 11011 100111000 1100100 100101

Color Harmonies of #BB0096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0096

Black with #BB0096

Text Example


Text Example

White with #BB0096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0096; }

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

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

background-color css

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

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

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

border-color css

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

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

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