#BD2D76

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

Shades of Medium Red Violet #BD2D76

Tints of Medium Red Violet #BD2D76

Color information

#BD2D76 (or 0xBD2D76) is unknown color: approx Medium Red Violet. HEX triplet: BD, 2D and 76. RGB value is (189,45,118). Sum of RGB (Red+Green+Blue) = 189+45+118=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 45 (17.97% from 255 or 12.78% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2D76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2D76 is #42D289. Grayscale: #606060. Windows color (decimal): -4379274 or 7744957. OLE color: 7744957.

HSL color Cylindrical-coordinate representation of color #BD2D76: hue angle of 329.58º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD2D76 is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB18945118-
CMYK00.760.380.26
HSL329.58º61.54%45.88%-
HSV(B)329.58º76.19%74.12%-
XYZ25.191418.51-
YUV96.38140.21194.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.69%
GREEN value IS 45 (17.97% from 255) = 12.78%
BLUE value IS 118 (46.48% from 255) = 33.52%
R=53.69%
G=12.78%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1894511800.760.380.26329.5861.5445.88
HexBD2D7604C261A14a3e2e
Octal27555166011446325127656
Binary1011110110110111101100100110010011011010101001010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2D76; }

 p { color: rgb(189,45,118); }

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

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

 a { background-color: rgb(189,45,118); }

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

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

 span { border-color: rgb(189,45,118); }

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