#BD079C

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

Shades of Medium Violet Red #BD079C

Tints of Medium Violet Red #BD079C

Color information

#BD079C (or 0xBD079C) is unknown color: approx Medium Violet Red. HEX triplet: BD, 07 and 9C. RGB value is (189,7,156). Sum of RGB (Red+Green+Blue) = 189+7+156=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 7 (3.12% from 255 or 1.99% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD079C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD079C is #42F863. Grayscale: #4D4D4D. Windows color (decimal): -4388964 or 10225597. OLE color: 10225597.

HSL color Cylindrical-coordinate representation of color #BD079C: hue angle of 310.88º 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 #BD079C is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB1897156-
CMYK00.960.170.26
HSL310.88º92.86%38.43%-
HSV(B)310.88º96.3%74.12%-
XYZ27.0613.3732.61-
YUV78.4171.8206.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.69%
GREEN value IS 7 (3.12% from 255) = 1.99%
BLUE value IS 156 (61.33% from 255) = 44.32%
R=53.69%
G=1.99%
B=44.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189715600.960.170.26310.8892.8638.43
HexBD79C060111A1375d26
Octal27572340140213246713546
Binary10111101111100111000110000010001110101001101111011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD079C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD079C; }

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

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

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

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

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

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

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

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