Html Css Color HEX #BB049D Medium Violet Red

📋 copy color: '#BB049D'

red 187 ◦ green 4 ◦ blue 157

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

Shades of Medium Violet Red #BB049D

Tints of Medium Violet Red #BB049D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 45.11%

R = 53.74%
G = 1.15%
B = 45.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BB049D (or 0xBB049D) is known color: Medium Violet Red. HEX triplet: BB, 04 and 9D. RGB value is (187,4,157). Sum of RGB (Red+Green+Blue) = 187+4+157=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 4 (1.95% from 255 or 1.15% from 348); Blue value is 157 (61.72% from 255 or 45.11% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB049D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB049D is #44FB62. Grayscale: #4B4B4B. Windows color (decimal): -4520803 or 10290363. OLE color: 10290363.

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

Color convert

RGB 187 4 157 -
CMYK 0 0.98 0.16 0.27
HSL 309.84º 0.96% 0.37% -
HSV(B) 309.84º 0.98% 0.73% -
XYZ 26.62 13.09 33.02 -
YUV 76.16 173.63 207.06 -
System Red Green Blue C M Y K H S L
Decimal 187 4 157 0 0.98 0.16 0.27 309.84 0.96 0.37
Hex BB 4 9D 0 62 10 1B 136 60 25
Octal 273 4 235 0 142 20 33 466 140 45
Binary 10111011 100 10011101 0 1100010 10000 11011 100110110 1100000 100101

Color Harmonies of #BB049D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB049D

Black with #BB049D

Text Example


Text Example

White with #BB049D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB049D; }

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

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

background-color css

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

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

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

border-color css

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

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

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