Html Css Color HEX #BB0495 Medium Violet Red

📋 copy color: '#BB0495'

red 187 ◦ green 4 ◦ blue 149

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

Shades of Medium Violet Red #BB0495

Tints of Medium Violet Red #BB0495

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.18%

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

R = 55%
G = 1.18%
B = 43.82%

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

#BB0495 (or 0xBB0495) is known color: Medium Violet Red. HEX triplet: BB, 04 and 95. RGB value is (187,4,149). Sum of RGB (Red+Green+Blue) = 187+4+149=340 (45% of max value = 765). Red value is 187 (73.44% from 255 or 55% from 340); Green value is 4 (1.95% from 255 or 1.18% from 340); Blue value is 149 (58.59% from 255 or 43.82% from 340); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0495 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0495 is #44FB6A. Grayscale: #4A4A4A. Windows color (decimal): -4520811 or 9766075. OLE color: 9766075.

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

Color convert

RGB 187 4 149 -
CMYK 0 0.98 0.20 0.27
HSL 312.46º 0.96% 0.37% -
HSV(B) 312.46º 0.98% 0.73% -
XYZ 25.96 12.82 29.54 -
YUV 75.25 169.63 207.71 -
System Red Green Blue C M Y K H S L
Decimal 187 4 149 0 0.98 0.20 0.27 312.46 0.96 0.37
Hex BB 4 95 0 62 14 1B 138 60 25
Octal 273 4 225 0 142 24 33 470 140 45
Binary 10111011 100 10010101 0 1100010 10100 11011 100111000 1100000 100101

Color Harmonies of #BB0495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0495

Black with #BB0495

Text Example


Text Example

White with #BB0495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0495; }

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

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

background-color css

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

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

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

border-color css

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

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

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