#BD0E7E

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

Shades of Medium Violet Red #BD0E7E

Tints of Medium Violet Red #BD0E7E

Color information

#BD0E7E (or 0xBD0E7E) is unknown color: approx Medium Violet Red. HEX triplet: BD, 0E and 7E. RGB value is (189,14,126). Sum of RGB (Red+Green+Blue) = 189+14+126=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 14 (5.86% from 255 or 4.26% from 329); Blue value is 126 (49.61% from 255 or 38.30% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0E7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0E7E is #42F181. Grayscale: #4E4E4E. Windows color (decimal): -4387202 or 8261309. OLE color: 8261309.

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

Color convert

RGB18914126-
CMYK00.930.330.26
HSL321.6º86.21%39.8%-
HSV(B)321.6º92.59%74.12%-
XYZ24.9112.6420.87-
YUV79.09154.48206.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.45%
GREEN value IS 14 (5.86% from 255) = 4.26%
BLUE value IS 126 (49.61% from 255) = 38.30%
R=57.45%
G=4.26%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891412600.930.330.26321.686.2139.8
HexBDE7E05D211A1425628
Octal275161760135413250212650
Binary101111011110111111001011101100001110101010000101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0E7E; }

 p { color: rgb(189,14,126); }

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

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

 a { background-color: rgb(189,14,126); }

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

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

 span { border-color: rgb(189,14,126); }

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