#BD3472

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

Shades of Medium Red Violet #BD3472

Tints of Medium Red Violet #BD3472

Color information

#BD3472 (or 0xBD3472) is unknown color: approx Medium Red Violet. HEX triplet: BD, 34 and 72. RGB value is (189,52,114). Sum of RGB (Red+Green+Blue) = 189+52+114=355 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.24% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3472 is #42CB8D. Grayscale: #636363. Windows color (decimal): -4377486 or 7484605. OLE color: 7484605.

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

Color convert

RGB18952114-
CMYK00.720.400.26
HSL332.85º56.85%47.25%-
HSV(B)332.85º72.49%74.12%-
XYZ25.2514.4917.39-
YUV100.03135.89191.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.24%
GREEN value IS 52 (20.70% from 255) = 14.65%
BLUE value IS 114 (44.92% from 255) = 32.11%
R=53.24%
G=14.65%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1895211400.720.400.26332.8556.8547.25
HexBD3472048281A14d392f
Octal27564162011050325157157
Binary1011110111010011100100100100010100011010101001101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3472; }

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

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

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

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

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

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

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

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