Html Css Color HEX #BB0396 Medium Violet Red

📋 copy color: '#BB0396'

red 187 ◦ green 3 ◦ blue 150

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

Shades of Medium Violet Red #BB0396

Tints of Medium Violet Red #BB0396

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.88%

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

R = 55%
G = 0.88%
B = 44.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BB0396 (or 0xBB0396) is known color: Medium Violet Red. HEX triplet: BB, 03 and 96. RGB value is (187,3,150). Sum of RGB (Red+Green+Blue) = 187+3+150=340 (45% of max value = 765). Red value is 187 (73.44% from 255 or 55% from 340); Green value is 3 (1.56% from 255 or 0.88% from 340); Blue value is 150 (58.98% from 255 or 44.12% from 340); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0396 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0396 is #44FC69. Grayscale: #4A4A4A. Windows color (decimal): -4521066 or 9831355. OLE color: 9831355.

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

Color convert

RGB 187 3 150 -
CMYK 0 0.98 0.20 0.27
HSL 312.07º 0.97% 0.37% -
HSV(B) 312.07º 0.98% 0.73% -
XYZ 26.03 12.83 29.96 -
YUV 74.77 170.46 208.05 -
System Red Green Blue C M Y K H S L
Decimal 187 3 150 0 0.98 0.20 0.27 312.07 0.97 0.37
Hex BB 3 96 0 62 14 1B 138 61 25
Octal 273 3 226 0 142 24 33 470 141 45
Binary 10111011 11 10010110 0 1100010 10100 11011 100111000 1100001 100101

Color Harmonies of #BB0396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0396

Black with #BB0396

Text Example


Text Example

White with #BB0396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0396; }

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

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

background-color css

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

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

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

border-color css

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

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

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