#BD2093

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

Shades of Medium Violet Red #BD2093

Tints of Medium Violet Red #BD2093

Color information

#BD2093 (or 0xBD2093) is unknown color: approx Medium Violet Red. HEX triplet: BD, 20 and 93. RGB value is (189,32,147). Sum of RGB (Red+Green+Blue) = 189+32+147=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 32 (12.89% from 255 or 8.70% from 368); Blue value is 147 (57.81% from 255 or 39.95% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2093 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2093 is #42DF6C. Grayscale: #5B5B5B. Windows color (decimal): -4382573 or 9642173. OLE color: 9642173.

HSL color Cylindrical-coordinate representation of color #BD2093: hue angle of 316.05º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD2093 is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB18932147-
CMYK00.830.220.26
HSL316.05º71.04%43.33%-
HSV(B)316.05º83.07%74.12%-
XYZ26.7713.9628.89-
YUV92.05159.01197.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.36%
GREEN value IS 32 (12.89% from 255) = 8.70%
BLUE value IS 147 (57.81% from 255) = 39.95%
R=51.36%
G=8.70%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893214700.830.220.26316.0571.0443.33
HexBD2093053161A13c472b
Octal275402230123263247410753
Binary10111101100000100100110101001110110110101001111001000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2093; }

 p { color: rgb(189,32,147); }

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

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

 a { background-color: rgb(189,32,147); }

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

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

 span { border-color: rgb(189,32,147); }

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