#BD3F7D

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

Shades of Medium Red Violet #BD3F7D

Tints of Medium Red Violet #BD3F7D

Color information

#BD3F7D (or 0xBD3F7D) is unknown color: approx Medium Red Violet. HEX triplet: BD, 3F and 7D. RGB value is (189,63,125). Sum of RGB (Red+Green+Blue) = 189+63+125=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 63 (25% from 255 or 16.71% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3F7D is #42C082. Grayscale: #6B6B6B. Windows color (decimal): -4374659 or 8208317. OLE color: 8208317.

HSL color Cylindrical-coordinate representation of color #BD3F7D: hue angle of 330.48º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD3F7D is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB18963125-
CMYK00.670.340.26
HSL330.48º50%49.41%-
HSV(B)330.48º66.67%74.12%-
XYZ26.4715.8521.07-
YUV107.74137.74185.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.13%
GREEN value IS 63 (25% from 255) = 16.71%
BLUE value IS 125 (49.22% from 255) = 33.16%
R=50.13%
G=16.71%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896312500.670.340.26330.485049.41
HexBD3F7D043221A14a3231
Octal27577175010342325126261
Binary1011110111111111111010100001110001011010101001010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3F7D; }

 p { color: rgb(189,63,125); }

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

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

 a { background-color: rgb(189,63,125); }

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

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

 span { border-color: rgb(189,63,125); }

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