#BD1297

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

Shades of Medium Violet Red #BD1297

Tints of Medium Violet Red #BD1297

Color information

#BD1297 (or 0xBD1297) is unknown color: approx Medium Violet Red. HEX triplet: BD, 12 and 97. RGB value is (189,18,151). Sum of RGB (Red+Green+Blue) = 189+18+151=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 151 (59.38% from 255 or 42.18% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1297 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1297 is #42ED68. Grayscale: #535353. Windows color (decimal): -4386153 or 9900733. OLE color: 9900733.

HSL color Cylindrical-coordinate representation of color #BD1297: hue angle of 313.33º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD1297 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB18918151-
CMYK00.900.200.26
HSL313.33º82.61%40.59%-
HSV(B)313.33º90.48%74.12%-
XYZ26.7913.4930.47-
YUV84.29165.65202.69-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.79%
GREEN value IS 18 (7.42% from 255) = 5.03%
BLUE value IS 151 (59.38% from 255) = 42.18%
R=52.79%
G=5.03%
B=42.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891815100.900.200.26313.3382.6140.59
HexBD129705A141A1395329
Octal275222270132243247112351
Binary1011110110010100101110101101010100110101001110011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1297; }

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

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

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

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

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

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

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

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