Html Css Color HEX #BB059E Medium Violet Red

📋 copy color: '#BB059E'

red 187 ◦ green 5 ◦ blue 158

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

Shades of Medium Violet Red #BB059E

Tints of Medium Violet Red #BB059E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.43%

 BLUE value IS 158 (62.11% from 255) = 45.14%

R = 53.43%
G = 1.43%
B = 45.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BB059E (or 0xBB059E) is known color: Medium Violet Red. HEX triplet: BB, 05 and 9E. RGB value is (187,5,158). Sum of RGB (Red+Green+Blue) = 187+5+158=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 5 (2.34% from 255 or 1.43% from 350); Blue value is 158 (62.11% from 255 or 45.14% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB059E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB059E is #44FA61. Grayscale: #4C4C4C. Windows color (decimal): -4520546 or 10356155. OLE color: 10356155.

HSL color Cylindrical-coordinate representation of color #BB059E: hue angle of 309.56º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB059E is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 5 158 -
CMYK 0 0.97 0.16 0.27
HSL 309.56º 0.95% 0.38% -
HSV(B) 309.56º 0.97% 0.73% -
XYZ 26.72 13.14 33.48 -
YUV 76.86 173.8 206.56 -
System Red Green Blue C M Y K H S L
Decimal 187 5 158 0 0.97 0.16 0.27 309.56 0.95 0.38
Hex BB 5 9E 0 61 10 1B 136 5F 26
Octal 273 5 236 0 141 20 33 466 137 46
Binary 10111011 101 10011110 0 1100001 10000 11011 100110110 1011111 100110

Color Harmonies of #BB059E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB059E

Black with #BB059E

Text Example


Text Example

White with #BB059E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB059E; }

 p { color: rgb(187,5,158); }

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

background-color css

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

 a { background-color: rgb(187,5,158); }

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

border-color css

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

 span { border-color: rgb(187,5,158); }

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