#BD2097

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

Shades of Medium Violet Red #BD2097

Tints of Medium Violet Red #BD2097

Color information

#BD2097 (or 0xBD2097) is unknown color: approx Medium Violet Red. HEX triplet: BD, 20 and 97. RGB value is (189,32,151). Sum of RGB (Red+Green+Blue) = 189+32+151=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 151 (59.38% from 255 or 40.59% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2097 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2097 is #42DF68. Grayscale: #5C5C5C. Windows color (decimal): -4382569 or 9904317. OLE color: 9904317.

HSL color Cylindrical-coordinate representation of color #BD2097: hue angle of 314.52º 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 #BD2097 is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB18932151-
CMYK00.830.200.26
HSL314.52º71.04%43.33%-
HSV(B)314.52º83.07%74.12%-
XYZ27.0914.0930.57-
YUV92.51161.01196.82-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.81%
GREEN value IS 32 (12.89% from 255) = 8.60%
BLUE value IS 151 (59.38% from 255) = 40.59%
R=50.81%
G=8.60%
B=40.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893215100.830.200.26314.5271.0443.33
HexBD2097053141A13b472b
Octal275402270123243247310753
Binary10111101100000100101110101001110100110101001110111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2097; }

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

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

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

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

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

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

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

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