Html Css Color HEX #BB059D Medium Violet Red

📋 copy color: '#BB059D'

red 187 ◦ green 5 ◦ blue 157

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

Shades of Medium Violet Red #BB059D

Tints of Medium Violet Red #BB059D

RGB

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

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

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

R = 53.58%
G = 1.43%
B = 44.99%

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

#BB059D (or 0xBB059D) is known color: Medium Violet Red. HEX triplet: BB, 05 and 9D. RGB value is (187,5,157). Sum of RGB (Red+Green+Blue) = 187+5+157=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 5 (2.34% from 255 or 1.43% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BB059D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB059D is #44FA62. Grayscale: #4C4C4C. Windows color (decimal): -4520547 or 10290619. OLE color: 10290619.

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

Color convert

RGB 187 5 157 -
CMYK 0 0.97 0.16 0.27
HSL 309.89º 0.95% 0.38% -
HSV(B) 309.89º 0.97% 0.73% -
XYZ 26.63 13.11 33.02 -
YUV 76.75 173.3 206.64 -
System Red Green Blue C M Y K H S L
Decimal 187 5 157 0 0.97 0.16 0.27 309.89 0.95 0.38
Hex BB 5 9D 0 61 10 1B 136 5F 26
Octal 273 5 235 0 141 20 33 466 137 46
Binary 10111011 101 10011101 0 1100001 10000 11011 100110110 1011111 100110

Color Harmonies of #BB059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB059D

Black with #BB059D

Text Example


Text Example

White with #BB059D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB059D; }

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

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

background-color css

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

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

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

border-color css

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

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

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