#BD3190

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

Shades of Medium Red Violet #BD3190

Tints of Medium Red Violet #BD3190

Color information

#BD3190 (or 0xBD3190) is unknown color: approx Medium Red Violet. HEX triplet: BD, 31 and 90. RGB value is (189,49,144). Sum of RGB (Red+Green+Blue) = 189+49+144=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 49 (19.53% from 255 or 12.83% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3190 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3190 is #42CE6F. Grayscale: #656565. Windows color (decimal): -4378224 or 9449917. OLE color: 9449917.

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

Color convert

RGB18949144-
CMYK00.740.240.26
HSL319.29º58.82%46.67%-
HSV(B)319.29º74.07%74.12%-
XYZ27.1215.0327.86-
YUV101.69151.88190.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.48%
GREEN value IS 49 (19.53% from 255) = 12.83%
BLUE value IS 144 (56.64% from 255) = 37.70%
R=49.48%
G=12.83%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1894914400.740.240.26319.2958.8246.67
HexBD319004A181A13f3b2f
Octal27561220011230324777357
Binary1011110111000110010000010010101100011010100111111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3190; }

 p { color: rgb(189,49,144); }

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

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

 a { background-color: rgb(189,49,144); }

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

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

 span { border-color: rgb(189,49,144); }

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