#BD2E6D

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

Shades of Medium Red Violet #BD2E6D

Tints of Medium Red Violet #BD2E6D

Color information

#BD2E6D (or 0xBD2E6D) is unknown color: approx Medium Red Violet. HEX triplet: BD, 2E and 6D. RGB value is (189,46,109). Sum of RGB (Red+Green+Blue) = 189+46+109=344 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.94% from 344); Green value is 46 (18.36% from 255 or 13.37% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2E6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2E6D is #42D192. Grayscale: #5F5F5F. Windows color (decimal): -4379027 or 7155389. OLE color: 7155389.

HSL color Cylindrical-coordinate representation of color #BD2E6D: hue angle of 333.57º degrees, saturation: 0.61, 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 #BD2E6D is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB18946109-
CMYK00.760.420.26
HSL333.57º60.85%46.08%-
HSV(B)333.57º75.66%74.12%-
XYZ24.7213.8815.84-
YUV95.94135.38194.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.94%
GREEN value IS 46 (18.36% from 255) = 13.37%
BLUE value IS 109 (42.97% from 255) = 31.69%
R=54.94%
G=13.37%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1894610900.760.420.26333.5760.8546.08
HexBD2E6D04C2A1A14e3d2e
Octal27556155011452325167556
Binary1011110110111011011010100110010101011010101001110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2E6D; }

 p { color: rgb(189,46,109); }

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

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

 a { background-color: rgb(189,46,109); }

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

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

 span { border-color: rgb(189,46,109); }

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