#BD059C

Color #BD059C Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #BD059C

Tints of Medium Violet Red #BD059C

Color information

#BD059C (or 0xBD059C) is unknown color: approx Medium Violet Red. HEX triplet: BD, 05 and 9C. RGB value is (189,5,156). Sum of RGB (Red+Green+Blue) = 189+5+156=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 5 (2.34% from 255 or 1.43% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD059C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD059C is #42FA63. Grayscale: #4C4C4C. Windows color (decimal): -4389476 or 10225085. OLE color: 10225085.

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

Color convert

RGB1895156-
CMYK00.970.170.26
HSL310.76º94.85%38.04%-
HSV(B)310.76º97.35%74.12%-
XYZ27.0413.3332.6-
YUV77.23172.46207.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54%
GREEN value IS 5 (2.34% from 255) = 1.43%
BLUE value IS 156 (61.33% from 255) = 44.57%
R=54%
G=1.43%
B=44.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189515600.970.170.26310.7694.8538.04
HexBD59C061111A1375f26
Octal27552340141213246713746
Binary10111101101100111000110000110001110101001101111011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD059C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD059C; }

 p { color: rgb(189,5,156); }

 H1.HeaderClassName
 {
   color: #BD059C;
 }
 .AnyTagClassName
 {
   color: #BD059C;
 }
</style>
background-color css

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

 a { background-color: rgb(189,5,156); }

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

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

 span { border-color: rgb(189,5,156); }

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