#B540DA

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

Shades of Medium Orchid #B540DA

Tints of Medium Orchid #B540DA

Color information

#B540DA (or 0xB540DA) is unknown color: approx Medium Orchid. HEX triplet: B5, 40 and DA. RGB value is (181,64,218). Sum of RGB (Red+Green+Blue) = 181+64+218=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 64 (25.39% from 255 or 13.82% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #B540DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B540DA is #4ABF25. Grayscale: #747474. Windows color (decimal): -4898598 or 14303413. OLE color: 14303413.

HSL color Cylindrical-coordinate representation of color #B540DA: hue angle of 285.58º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B540DA is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18164218-
CMYK0.170.7100.15
HSL285.58º67.54%55.29%-
HSV(B)285.58º70.64%85.49%-
XYZ33.5418.5568.14-
YUV116.54185.26173.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.09%
GREEN value IS 64 (25.39% from 255) = 13.82%
BLUE value IS 218 (85.55% from 255) = 47.08%
R=39.09%
G=13.82%
B=47.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal181642180.170.7100.15285.5867.5455.29
HexB540DA11470F11e4437
Octal2651003322110701743610467
Binary10110101100000011011010100011000111011111000111101000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B540DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B540DA; }

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

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

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

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

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

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

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

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