#B540CA

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

Shades of Medium Orchid #B540CA

Tints of Medium Orchid #B540CA

Color information

#B540CA (or 0xB540CA) is unknown color: approx Medium Orchid. HEX triplet: B5, 40 and CA. RGB value is (181,64,202). Sum of RGB (Red+Green+Blue) = 181+64+202=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 64 (25.39% from 255 or 14.32% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #B540CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B540CA is #4ABF35. Grayscale: #727272. Windows color (decimal): -4898614 or 13254837. OLE color: 13254837.

HSL color Cylindrical-coordinate representation of color #B540CA: hue angle of 290.87º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B540CA is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18164202-
CMYK0.100.6800.21
HSL290.87º56.56%52.16%-
HSV(B)290.87º68.32%79.22%-
XYZ31.5517.7557.64-
YUV114.72177.26175.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.49%
GREEN value IS 64 (25.39% from 255) = 14.32%
BLUE value IS 202 (79.30% from 255) = 45.19%
R=40.49%
G=14.32%
B=45.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal181642020.100.6800.21290.8756.5652.16
HexB540CAA440151233934
Octal265100312121040254437164
Binary1011010110000001100101010101000100010101100100011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B540CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B540CA; }

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

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

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

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

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

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

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

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