Html Css Color HEX #BB0095 Medium Violet Red

📋 copy color: '#BB0095'

red 187 ◦ green 0 ◦ blue 149

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

Shades of Medium Violet Red #BB0095

Tints of Medium Violet Red #BB0095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.35%

R = 55.65%
G = 0%
B = 44.35%

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

#BB0095 (or 0xBB0095) is known color: Medium Violet Red. HEX triplet: BB, 00 and 95. RGB value is (187,0,149). Sum of RGB (Red+Green+Blue) = 187+0+149=336 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.65% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0095 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0095 is #44FF6A. Grayscale: #484848. Windows color (decimal): -4521835 or 9765051. OLE color: 9765051.

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

Color convert

RGB 187 0 149 -
CMYK 0 1 0.20 0.27
HSL 312.19º 1% 0.37% -
HSV(B) 312.19º 1% 0.73% -
XYZ 25.92 12.73 29.53 -
YUV 72.9 170.95 209.38 -
System Red Green Blue C M Y K H S L
Decimal 187 0 149 0 1 0.20 0.27 312.19 1 0.37
Hex BB 0 95 0 64 14 1B 138 64 25
Octal 273 0 225 0 144 24 33 470 144 45
Binary 10111011 0 10010101 0 1100100 10100 11011 100111000 1100100 100101

Color Harmonies of #BB0095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0095

Black with #BB0095

Text Example


Text Example

White with #BB0095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0095; }

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

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

background-color css

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

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

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

border-color css

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

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

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