#BD0E7F

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

Shades of Medium Violet Red #BD0E7F

Tints of Medium Violet Red #BD0E7F

Color information

#BD0E7F (or 0xBD0E7F) is unknown color: approx Medium Violet Red. HEX triplet: BD, 0E and 7F. RGB value is (189,14,127). Sum of RGB (Red+Green+Blue) = 189+14+127=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 14 (5.86% from 255 or 4.24% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0E7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0E7F is #42F180. Grayscale: #4E4E4E. Windows color (decimal): -4387201 or 8326845. OLE color: 8326845.

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

Color convert

RGB18914127-
CMYK00.930.330.26
HSL321.26º86.21%39.8%-
HSV(B)321.26º92.59%74.12%-
XYZ24.9712.6721.21-
YUV79.21154.98206.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.27%
GREEN value IS 14 (5.86% from 255) = 4.24%
BLUE value IS 127 (50% from 255) = 38.48%
R=57.27%
G=4.24%
B=38.48%

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
Decimal1891412700.930.330.26321.2686.2139.8
HexBDE7F05D211A1415628
Octal275161770135413250112650
Binary101111011110111111101011101100001110101010000011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0E7F; }

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

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

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

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

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

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

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

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