#BD1483

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

Shades of Medium Violet Red #BD1483

Tints of Medium Violet Red #BD1483

Color information

#BD1483 (or 0xBD1483) is unknown color: approx Medium Violet Red. HEX triplet: BD, 14 and 83. RGB value is (189,20,131). Sum of RGB (Red+Green+Blue) = 189+20+131=340 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.59% from 340); Green value is 20 (8.20% from 255 or 5.88% from 340); Blue value is 131 (51.56% from 255 or 38.53% from 340); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1483 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1483 is #42EB7C. Grayscale: #525252. Windows color (decimal): -4385661 or 8590525. OLE color: 8590525.

HSL color Cylindrical-coordinate representation of color #BD1483: hue angle of 320.59º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD1483 is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB18920131-
CMYK00.890.310.26
HSL320.59º80.86%40.98%-
HSV(B)320.59º89.42%74.12%-
XYZ25.3312.9622.64-
YUV83.18154.99203.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.59%
GREEN value IS 20 (8.20% from 255) = 5.88%
BLUE value IS 131 (51.56% from 255) = 38.53%
R=55.59%
G=5.88%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1892013100.890.310.26320.5980.8640.98
HexBD14830591F1A1415129
Octal275242030131373250112151
Binary1011110110100100000110101100111111110101010000011010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1483; }

 p { color: rgb(189,20,131); }

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

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

 a { background-color: rgb(189,20,131); }

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

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

 span { border-color: rgb(189,20,131); }

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