#BD2399

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

Shades of Medium Violet Red #BD2399

Tints of Medium Violet Red #BD2399

Color information

#BD2399 (or 0xBD2399) is unknown color: approx Medium Violet Red. HEX triplet: BD, 23 and 99. RGB value is (189,35,153). Sum of RGB (Red+Green+Blue) = 189+35+153=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 35 (14.06% from 255 or 9.28% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2399 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2399 is #42DC66. Grayscale: #5E5E5E. Windows color (decimal): -4381799 or 10036157. OLE color: 10036157.

HSL color Cylindrical-coordinate representation of color #BD2399: hue angle of 314.03º degrees, saturation: 0.69, 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 #BD2399 is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB18935153-
CMYK00.810.190.26
HSL314.03º68.75%43.92%-
HSV(B)314.03º81.48%74.12%-
XYZ27.3414.3231.46-
YUV94.5161.02195.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.13%
GREEN value IS 35 (14.06% from 255) = 9.28%
BLUE value IS 153 (60.16% from 255) = 40.58%
R=50.13%
G=9.28%
B=40.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893515300.810.190.26314.0368.7543.92
HexBD2399051131A13a452c
Octal275432310121233247210554
Binary10111101100011100110010101000110011110101001110101000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2399; }

 p { color: rgb(189,35,153); }

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

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

 a { background-color: rgb(189,35,153); }

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

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

 span { border-color: rgb(189,35,153); }

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