#BD0396

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

Shades of Medium Violet Red #BD0396

Tints of Medium Violet Red #BD0396

Color information

#BD0396 (or 0xBD0396) is unknown color: approx Medium Violet Red. HEX triplet: BD, 03 and 96. RGB value is (189,3,150). Sum of RGB (Red+Green+Blue) = 189+3+150=342 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.26% from 342); Green value is 3 (1.56% from 255 or 0.88% from 342); Blue value is 150 (58.98% from 255 or 43.86% from 342); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0396 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0396 is #42FC69. Grayscale: #4A4A4A. Windows color (decimal): -4389994 or 9831357. OLE color: 9831357.

HSL color Cylindrical-coordinate representation of color #BD0396: hue angle of 312.58º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD0396 is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB1893150-
CMYK00.980.210.26
HSL312.58º96.88%37.65%-
HSV(B)312.58º98.41%74.12%-
XYZ26.5213.0929.98-
YUV75.37170.12209.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.26%
GREEN value IS 3 (1.56% from 255) = 0.88%
BLUE value IS 150 (58.98% from 255) = 43.86%
R=55.26%
G=0.88%
B=43.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189315000.980.210.26312.5896.8837.65
HexBD396062151A1396126
Octal27532260142253247114146
Binary1011110111100101100110001010101110101001110011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0396; }

 p { color: rgb(189,3,150); }

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

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

 a { background-color: rgb(189,3,150); }

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

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

 span { border-color: rgb(189,3,150); }

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