#BD2898

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

Shades of Medium Red Violet #BD2898

Tints of Medium Red Violet #BD2898

Color information

#BD2898 (or 0xBD2898) is unknown color: approx Medium Red Violet. HEX triplet: BD, 28 and 98. RGB value is (189,40,152). Sum of RGB (Red+Green+Blue) = 189+40+152=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 40 (16.02% from 255 or 10.50% from 381); Blue value is 152 (59.77% from 255 or 39.90% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2898 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2898 is #42D767. Grayscale: #616161. Windows color (decimal): -4380520 or 9971901. OLE color: 9971901.

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

Color convert

RGB18940152-
CMYK00.790.200.26
HSL314.9º65.07%44.9%-
HSV(B)314.9º78.84%74.12%-
XYZ27.4114.631.08-
YUV97.32158.86193.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.61%
GREEN value IS 40 (16.02% from 255) = 10.50%
BLUE value IS 152 (59.77% from 255) = 39.90%
R=49.61%
G=10.50%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1894015200.790.200.26314.965.0744.9
HexBD289804F141A13b412d
Octal275502300117243247310155
Binary10111101101000100110000100111110100110101001110111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2898; }

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

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

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

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

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

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

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

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