#BD2A97

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

Shades of Medium Red Violet #BD2A97

Tints of Medium Red Violet #BD2A97

Color information

#BD2A97 (or 0xBD2A97) is unknown color: approx Medium Red Violet. HEX triplet: BD, 2A and 97. RGB value is (189,42,151). Sum of RGB (Red+Green+Blue) = 189+42+151=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 42 (16.80% from 255 or 10.99% from 382); Blue value is 151 (59.38% from 255 or 39.53% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2A97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2A97 is #42D568. Grayscale: #626262. Windows color (decimal): -4380009 or 9906877. OLE color: 9906877.

HSL color Cylindrical-coordinate representation of color #BD2A97: hue angle of 315.51º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD2A97 is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB18942151-
CMYK00.780.200.26
HSL315.51º63.64%45.29%-
HSV(B)315.51º77.78%74.12%-
XYZ27.414.7130.67-
YUV98.38157.7192.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.48%
GREEN value IS 42 (16.80% from 255) = 10.99%
BLUE value IS 151 (59.38% from 255) = 39.53%
R=49.48%
G=10.99%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1894215100.780.200.26315.5163.6445.29
HexBD2A9704E141A13c402d
Octal275522270116243247410055
Binary10111101101010100101110100111010100110101001111001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2A97; }

 p { color: rgb(189,42,151); }

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

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

 a { background-color: rgb(189,42,151); }

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

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

 span { border-color: rgb(189,42,151); }

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