Html Css Color HEX #BB059F Medium Violet Red

📋 copy color: '#BB059F'

red 187 ◦ green 5 ◦ blue 159

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

Shades of Medium Violet Red #BB059F

Tints of Medium Violet Red #BB059F

RGB

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

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

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

R = 53.28%
G = 1.42%
B = 45.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BB059F (or 0xBB059F) is known color: Medium Violet Red. HEX triplet: BB, 05 and 9F. RGB value is (187,5,159). Sum of RGB (Red+Green+Blue) = 187+5+159=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 5 (2.34% from 255 or 1.42% from 351); Blue value is 159 (62.5% from 255 or 45.30% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB059F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB059F is #44FA60. Grayscale: #4C4C4C. Windows color (decimal): -4520545 or 10421691. OLE color: 10421691.

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

Color convert

RGB 187 5 159 -
CMYK 0 0.97 0.15 0.27
HSL 309.23º 0.95% 0.38% -
HSV(B) 309.23º 0.97% 0.73% -
XYZ 26.81 13.18 33.93 -
YUV 76.97 174.3 206.48 -
System Red Green Blue C M Y K H S L
Decimal 187 5 159 0 0.97 0.15 0.27 309.23 0.95 0.38
Hex BB 5 9F 0 61 F 1B 135 5F 26
Octal 273 5 237 0 141 17 33 465 137 46
Binary 10111011 101 10011111 0 1100001 1111 11011 100110101 1011111 100110

Color Harmonies of #BB059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB059F

Black with #BB059F

Text Example


Text Example

White with #BB059F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB059F; }

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

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

background-color css

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

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

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

border-color css

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

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

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