Html Css Color HEX #BB039B Medium Violet Red

📋 copy color: '#BB039B'

red 187 ◦ green 3 ◦ blue 155

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

Shades of Medium Violet Red #BB039B

Tints of Medium Violet Red #BB039B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.87%

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

R = 54.2%
G = 0.87%
B = 44.93%

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

#BB039B (or 0xBB039B) is known color: Medium Violet Red. HEX triplet: BB, 03 and 9B. RGB value is (187,3,155). Sum of RGB (Red+Green+Blue) = 187+3+155=345 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.20% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 187 - color contains mainly: red. Hex color #BB039B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB039B is #44FC64. Grayscale: #4A4A4A. Windows color (decimal): -4521061 or 10159035. OLE color: 10159035.

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

Color convert

RGB 187 3 155 -
CMYK 0 0.98 0.17 0.27
HSL 310.43º 0.97% 0.37% -
HSV(B) 310.43º 0.98% 0.73% -
XYZ 26.44 13 32.13 -
YUV 75.34 172.96 207.64 -
System Red Green Blue C M Y K H S L
Decimal 187 3 155 0 0.98 0.17 0.27 310.43 0.97 0.37
Hex BB 3 9B 0 62 11 1B 136 61 25
Octal 273 3 233 0 142 21 33 466 141 45
Binary 10111011 11 10011011 0 1100010 10001 11011 100110110 1100001 100101

Color Harmonies of #BB039B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB039B

Black with #BB039B

Text Example


Text Example

White with #BB039B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB039B; }

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

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

background-color css

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

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

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

border-color css

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

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

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