#B540EA

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

Shades of Medium Orchid #B540EA

Tints of Medium Orchid #B540EA

Color information

#B540EA (or 0xB540EA) is unknown color: approx Medium Orchid. HEX triplet: B5, 40 and EA. RGB value is (181,64,234). Sum of RGB (Red+Green+Blue) = 181+64+234=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 64 (25.39% from 255 or 13.36% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #B540EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B540EA is #4ABF15. Grayscale: #757575. Windows color (decimal): -4898582 or 15351989. OLE color: 15351989.

HSL color Cylindrical-coordinate representation of color #B540EA: hue angle of 281.29º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B540EA is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB18164234-
CMYK0.230.7300.08
HSL281.29º80.19%58.43%-
HSV(B)281.29º72.65%91.76%-
XYZ35.7419.4379.71-
YUV118.36193.26172.68-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.79%
GREEN value IS 64 (25.39% from 255) = 13.36%
BLUE value IS 234 (91.80% from 255) = 48.85%
R=37.79%
G=13.36%
B=48.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal181642340.230.7300.08281.2980.1958.43
HexB540EA174908119503a
Octal2651003522711101043112072
Binary10110101100000011101010101111001001010001000110011010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B540EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B540EA; }

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

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

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

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

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

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

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

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