#BD079B

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

Shades of Medium Violet Red #BD079B

Tints of Medium Violet Red #BD079B

Color information

#BD079B (or 0xBD079B) is unknown color: approx Medium Violet Red. HEX triplet: BD, 07 and 9B. RGB value is (189,7,155). Sum of RGB (Red+Green+Blue) = 189+7+155=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 7 (3.12% from 255 or 1.99% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD079B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD079B is #42F864. Grayscale: #4D4D4D. Windows color (decimal): -4388965 or 10160061. OLE color: 10160061.

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

Color convert

RGB1897155-
CMYK00.960.180.26
HSL311.21º92.86%38.43%-
HSV(B)311.21º96.3%74.12%-
XYZ26.9813.3432.16-
YUV78.29171.3206.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.85%
GREEN value IS 7 (3.12% from 255) = 1.99%
BLUE value IS 155 (60.94% from 255) = 44.16%
R=53.85%
G=1.99%
B=44.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189715500.960.180.26311.2192.8638.43
HexBD79B060121A1375d26
Octal27572330140223246713546
Binary10111101111100110110110000010010110101001101111011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD079B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD079B; }

 p { color: rgb(189,7,155); }

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

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

 a { background-color: rgb(189,7,155); }

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

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

 span { border-color: rgb(189,7,155); }

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