Html Css Color HEX #BB049F Medium Violet Red

📋 copy color: '#BB049F'

red 187 ◦ green 4 ◦ blue 159

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

Shades of Medium Violet Red #BB049F

Tints of Medium Violet Red #BB049F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 45.43%

R = 53.43%
G = 1.14%
B = 45.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BB049F (or 0xBB049F) is known color: Medium Violet Red. HEX triplet: BB, 04 and 9F. RGB value is (187,4,159). Sum of RGB (Red+Green+Blue) = 187+4+159=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 4 (1.95% from 255 or 1.14% from 350); Blue value is 159 (62.5% from 255 or 45.43% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB049F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB049F is #44FB60. Grayscale: #4B4B4B. Windows color (decimal): -4520801 or 10421435. OLE color: 10421435.

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

Color convert

RGB 187 4 159 -
CMYK 0 0.98 0.15 0.27
HSL 309.18º 0.96% 0.37% -
HSV(B) 309.18º 0.98% 0.73% -
XYZ 26.79 13.15 33.93 -
YUV 76.39 174.63 206.9 -
System Red Green Blue C M Y K H S L
Decimal 187 4 159 0 0.98 0.15 0.27 309.18 0.96 0.37
Hex BB 4 9F 0 62 F 1B 135 60 25
Octal 273 4 237 0 142 17 33 465 140 45
Binary 10111011 100 10011111 0 1100010 1111 11011 100110101 1100000 100101

Color Harmonies of #BB049F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB049F

Black with #BB049F

Text Example


Text Example

White with #BB049F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB049F; }

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

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

background-color css

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

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

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

border-color css

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

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

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