#BD2498

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

Shades of Medium Red Violet #BD2498

Tints of Medium Red Violet #BD2498

Color information

#BD2498 (or 0xBD2498) is unknown color: approx Medium Red Violet. HEX triplet: BD, 24 and 98. RGB value is (189,36,152). Sum of RGB (Red+Green+Blue) = 189+36+152=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 36 (14.45% from 255 or 9.55% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2498 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2498 is #42DB67. Grayscale: #5E5E5E. Windows color (decimal): -4381544 or 9970877. OLE color: 9970877.

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

Color convert

RGB18936152-
CMYK00.810.200.26
HSL314.51º68%44.12%-
HSV(B)314.51º80.95%74.12%-
XYZ27.2814.3531.04-
YUV94.97160.19195.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.13%
GREEN value IS 36 (14.45% from 255) = 9.55%
BLUE value IS 152 (59.77% from 255) = 40.32%
R=50.13%
G=9.55%
B=40.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893615200.810.200.26314.516844.12
HexBD2498051141A13b442c
Octal275442300121243247310454
Binary10111101100100100110000101000110100110101001110111000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2498; }

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

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

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

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

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

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

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

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