#BD3482

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

Shades of Medium Red Violet #BD3482

Tints of Medium Red Violet #BD3482

Color information

#BD3482 (or 0xBD3482) is unknown color: approx Medium Red Violet. HEX triplet: BD, 34 and 82. RGB value is (189,52,130). Sum of RGB (Red+Green+Blue) = 189+52+130=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 52 (20.70% from 255 or 14.02% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3482 is #42CB7D. Grayscale: #656565. Windows color (decimal): -4377470 or 8533181. OLE color: 8533181.

HSL color Cylindrical-coordinate representation of color #BD3482: hue angle of 325.84º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD3482 is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB18952130-
CMYK00.720.310.26
HSL325.84º56.85%47.25%-
HSV(B)325.84º72.49%74.12%-
XYZ26.2414.8922.61-
YUV101.85143.89190.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.94%
GREEN value IS 52 (20.70% from 255) = 14.02%
BLUE value IS 130 (51.17% from 255) = 35.04%
R=50.94%
G=14.02%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1895213000.720.310.26325.8456.8547.25
HexBD34820481F1A146392f
Octal27564202011037325067157
Binary1011110111010010000010010010001111111010101000110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3482; }

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

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

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

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

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

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

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

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