Html Css Color HEX #BB0295 Medium Violet Red

📋 copy color: '#BB0295'

red 187 ◦ green 2 ◦ blue 149

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

Shades of Medium Violet Red #BB0295

Tints of Medium Violet Red #BB0295

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.59%

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

R = 55.33%
G = 0.59%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BB0295 (or 0xBB0295) is known color: Medium Violet Red. HEX triplet: BB, 02 and 95. RGB value is (187,2,149). Sum of RGB (Red+Green+Blue) = 187+2+149=338 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.33% from 338); Green value is 2 (1.17% from 255 or 0.59% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0295 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0295 is #44FD6A. Grayscale: #494949. Windows color (decimal): -4521323 or 9765563. OLE color: 9765563.

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

Color convert

RGB 187 2 149 -
CMYK 0 0.99 0.20 0.27
HSL 312.32º 0.98% 0.37% -
HSV(B) 312.32º 0.99% 0.73% -
XYZ 25.94 12.78 29.53 -
YUV 74.07 170.29 208.55 -
System Red Green Blue C M Y K H S L
Decimal 187 2 149 0 0.99 0.20 0.27 312.32 0.98 0.37
Hex BB 2 95 0 63 14 1B 138 62 25
Octal 273 2 225 0 143 24 33 470 142 45
Binary 10111011 10 10010101 0 1100011 10100 11011 100111000 1100010 100101

Color Harmonies of #BB0295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0295

Black with #BB0295

Text Example


Text Example

White with #BB0295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0295; }

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

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

background-color css

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

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

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

border-color css

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

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

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