#b540d1

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

Shades of Medium Orchid #B540D1

Tints of Medium Orchid #B540D1

Color information

#B540D1 (or 0xB540D1) is unknown color: approx Medium Orchid. HEX triplet: B5, 40 and D1. RGB value is (181,64,209). Sum of RGB (Red+Green+Blue) = 181+64+209=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 64 (25.39% from 255 or 14.10% from 454); Blue value is 209 (82.03% from 255 or 46.04% from 454); Max value from RGB is 209 - color contains mainly: blue. Hex color #B540D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B540D1 is #4ABF2E. Grayscale: #737373. Windows color (decimal): -4898607 or 13713589. OLE color: 13713589.

HSL color Cylindrical-coordinate representation of color #B540D1: hue angle of 288.41º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B540D1 is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18164209-
CMYK0.130.6900.18
HSL288.41º61.18%53.53%-
HSV(B)288.41º69.38%81.96%-
XYZ32.418.0962.11-
YUV115.51180.76174.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.87%
GREEN value IS 64 (25.39% from 255) = 14.10%
BLUE value IS 209 (82.03% from 255) = 46.04%
R=39.87%
G=14.10%
B=46.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal181642090.130.6900.18288.4161.1853.53
HexB540D1D450121203d36
Octal265100321151050224407566
Binary1011010110000001101000111011000101010010100100000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b540d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b540d1; }

 p { color: rgb(181,64,209); }

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

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

 a { background-color: rgb(181,64,209); }

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

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

 span { border-color: rgb(181,64,209); }

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