#bd2c98

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

Shades of Medium Red Violet #BD2C98

Tints of Medium Red Violet #BD2C98

Color information

#BD2C98 (or 0xBD2C98) is unknown color: approx Medium Red Violet. HEX triplet: BD, 2C and 98. RGB value is (189,44,152). Sum of RGB (Red+Green+Blue) = 189+44+152=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 44 (17.58% from 255 or 11.43% from 385); Blue value is 152 (59.77% from 255 or 39.48% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2C98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2C98 is #42D367. Grayscale: #636363. Windows color (decimal): -4379496 or 9972925. OLE color: 9972925.

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

Color convert

RGB18944152-
CMYK00.770.200.26
HSL315.31º62.23%45.69%-
HSV(B)315.31º76.72%74.12%-
XYZ27.5514.8931.13-
YUV99.67157.54191.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.09%
GREEN value IS 44 (17.58% from 255) = 11.43%
BLUE value IS 152 (59.77% from 255) = 39.48%
R=49.09%
G=11.43%
B=39.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1894415200.770.200.26315.3162.2345.69
HexBD2C9804D141A13b3e2e
Octal27554230011524324737656
Binary1011110110110010011000010011011010011010100111011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd2c98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd2c98; }

 p { color: rgb(189,44,152); }

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

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

 a { background-color: rgb(189,44,152); }

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

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

 span { border-color: rgb(189,44,152); }

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