#BD3882

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

Shades of Medium Red Violet #BD3882

Tints of Medium Red Violet #BD3882

Color information

#BD3882 (or 0xBD3882) is unknown color: approx Medium Red Violet. HEX triplet: BD, 38 and 82. RGB value is (189,56,130). Sum of RGB (Red+Green+Blue) = 189+56+130=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 56 (22.27% from 255 or 14.93% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3882 is #42C77D. Grayscale: #686868. Windows color (decimal): -4376446 or 8534205. OLE color: 8534205.

HSL color Cylindrical-coordinate representation of color #BD3882: hue angle of 326.62º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD3882 is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB18956130-
CMYK00.700.310.26
HSL326.62º54.29%48.04%-
HSV(B)326.62º70.37%74.12%-
XYZ26.4315.2622.67-
YUV104.2142.56188.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.4%
GREEN value IS 56 (22.27% from 255) = 14.93%
BLUE value IS 130 (51.17% from 255) = 34.67%
R=50.4%
G=14.93%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1895613000.700.310.26326.6254.2948.04
HexBD38820461F1A1473630
Octal27570202010637325076660
Binary1011110111100010000010010001101111111010101000111110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3882; }

 p { color: rgb(189,56,130); }

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

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

 a { background-color: rgb(189,56,130); }

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

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

 span { border-color: rgb(189,56,130); }

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