Html Css Color HEX #BB049B Medium Violet Red

📋 copy color: '#BB049B'

red 187 ◦ green 4 ◦ blue 155

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

Shades of Medium Violet Red #BB049B

Tints of Medium Violet Red #BB049B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.8%

R = 54.05%
G = 1.16%
B = 44.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BB049B (or 0xBB049B) is known color: Medium Violet Red. HEX triplet: BB, 04 and 9B. RGB value is (187,4,155). Sum of RGB (Red+Green+Blue) = 187+4+155=346 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.05% from 346); Green value is 4 (1.95% from 255 or 1.16% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 187 - color contains mainly: red. Hex color #BB049B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB049B is #44FB64. Grayscale: #4B4B4B. Windows color (decimal): -4520805 or 10159291. OLE color: 10159291.

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

Color convert

RGB 187 4 155 -
CMYK 0 0.98 0.17 0.27
HSL 310.49º 0.96% 0.37% -
HSV(B) 310.49º 0.98% 0.73% -
XYZ 26.45 13.02 32.13 -
YUV 75.93 172.63 207.22 -
System Red Green Blue C M Y K H S L
Decimal 187 4 155 0 0.98 0.17 0.27 310.49 0.96 0.37
Hex BB 4 9B 0 62 11 1B 136 60 25
Octal 273 4 233 0 142 21 33 466 140 45
Binary 10111011 100 10011011 0 1100010 10001 11011 100110110 1100000 100101

Color Harmonies of #BB049B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB049B

Black with #BB049B

Text Example


Text Example

White with #BB049B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB049B; }

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

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

background-color css

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

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

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

border-color css

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

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

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