#BD0173

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

Shades of Medium Violet Red #BD0173

Tints of Medium Violet Red #BD0173

Color information

#BD0173 (or 0xBD0173) is unknown color: approx Medium Violet Red. HEX triplet: BD, 01 and 73. RGB value is (189,1,115). Sum of RGB (Red+Green+Blue) = 189+1+115=305 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.97% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0173 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0173 is #42FE8C. Grayscale: #454545. Windows color (decimal): -4390541 or 7537085. OLE color: 7537085.

HSL color Cylindrical-coordinate representation of color #BD0173: hue angle of 323.62º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD0173 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB1891115-
CMYK00.990.390.26
HSL323.62º98.95%37.25%-
HSV(B)323.62º99.47%74.12%-
XYZ24.0912.0817.28-
YUV70.21153.28212.73-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 61.97%
GREEN value IS 1 (0.78% from 255) = 0.33%
BLUE value IS 115 (45.31% from 255) = 37.70%
R=61.97%
G=0.33%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189111500.990.390.26323.6298.9537.25
HexBD173063271A1446325
Octal27511630143473250414345
Binary101111011111001101100011100111110101010001001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0173; }

 p { color: rgb(189,1,115); }

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

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

 a { background-color: rgb(189,1,115); }

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

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

 span { border-color: rgb(189,1,115); }

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