#BD0D7F

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

Shades of Medium Violet Red #BD0D7F

Tints of Medium Violet Red #BD0D7F

Color information

#BD0D7F (or 0xBD0D7F) is unknown color: approx Medium Violet Red. HEX triplet: BD, 0D and 7F. RGB value is (189,13,127). Sum of RGB (Red+Green+Blue) = 189+13+127=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 13 (5.47% from 255 or 3.95% from 329); Blue value is 127 (50% from 255 or 38.60% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0D7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0D7F is #42F280. Grayscale: #4E4E4E. Windows color (decimal): -4387457 or 8326589. OLE color: 8326589.

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

Color convert

RGB18913127-
CMYK00.930.330.26
HSL321.14º87.13%39.61%-
HSV(B)321.14º93.12%74.12%-
XYZ24.9612.6421.2-
YUV78.62155.31206.73-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.45%
GREEN value IS 13 (5.47% from 255) = 3.95%
BLUE value IS 127 (50% from 255) = 38.60%
R=57.45%
G=3.95%
B=38.60%

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
Decimal1891312700.930.330.26321.1487.1339.61
HexBDD7F05D211A1415728
Octal275151770135413250112750
Binary101111011101111111101011101100001110101010000011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0D7F; }

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

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

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

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

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

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

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

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