#BD0397

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

Shades of Medium Violet Red #BD0397

Tints of Medium Violet Red #BD0397

Color information

#BD0397 (or 0xBD0397) is unknown color: approx Medium Violet Red. HEX triplet: BD, 03 and 97. RGB value is (189,3,151). Sum of RGB (Red+Green+Blue) = 189+3+151=343 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.10% from 343); Green value is 3 (1.56% from 255 or 0.87% from 343); Blue value is 151 (59.38% from 255 or 44.02% from 343); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0397 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0397 is #42FC68. Grayscale: #4B4B4B. Windows color (decimal): -4389993 or 9896893. OLE color: 9896893.

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

Color convert

RGB1893151-
CMYK00.980.200.26
HSL312.26º96.88%37.65%-
HSV(B)312.26º98.41%74.12%-
XYZ26.613.1230.41-
YUV75.49170.62208.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.10%
GREEN value IS 3 (1.56% from 255) = 0.87%
BLUE value IS 151 (59.38% from 255) = 44.02%
R=55.10%
G=0.87%
B=44.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189315100.980.200.26312.2696.8837.65
HexBD397062141A1386126
Octal27532270142243247014146
Binary1011110111100101110110001010100110101001110001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0397; }

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

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

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

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

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

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

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

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