#BD2E7E

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

Shades of Medium Red Violet #BD2E7E

Tints of Medium Red Violet #BD2E7E

Color information

#BD2E7E (or 0xBD2E7E) is unknown color: approx Medium Red Violet. HEX triplet: BD, 2E and 7E. RGB value is (189,46,126). Sum of RGB (Red+Green+Blue) = 189+46+126=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 46 (18.36% from 255 or 12.74% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2E7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2E7E is #42D181. Grayscale: #616161. Windows color (decimal): -4379010 or 8269501. OLE color: 8269501.

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

Color convert

RGB18946126-
CMYK00.760.330.26
HSL326.43º60.85%46.08%-
HSV(B)326.43º75.66%74.12%-
XYZ25.7314.2821.14-
YUV97.88143.88193-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.35%
GREEN value IS 46 (18.36% from 255) = 12.74%
BLUE value IS 126 (49.61% from 255) = 34.90%
R=52.35%
G=12.74%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1894612600.760.330.26326.4360.8546.08
HexBD2E7E04C211A1463d2e
Octal27556176011441325067556
Binary1011110110111011111100100110010000111010101000110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2E7E; }

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

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

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

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

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

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

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

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