#B537CA

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

Shades of Medium Orchid #B537CA

Tints of Medium Orchid #B537CA

Color information

#B537CA (or 0xB537CA) is unknown color: approx Medium Orchid. HEX triplet: B5, 37 and CA. RGB value is (181,55,202). Sum of RGB (Red+Green+Blue) = 181+55+202=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 55 (21.88% from 255 or 12.56% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 202 - color contains mainly: blue. Hex color #B537CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B537CA is #4AC835. Grayscale: #6C6C6C. Windows color (decimal): -4900918 or 13252533. OLE color: 13252533.

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

Color convert

RGB18155202-
CMYK0.100.7300.21
HSL291.43º58.1%50.39%-
HSV(B)291.43º72.77%79.22%-
XYZ31.0816.8257.49-
YUV109.43180.24179.05-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.32%
GREEN value IS 55 (21.88% from 255) = 12.56%
BLUE value IS 202 (79.30% from 255) = 46.12%
R=41.32%
G=12.56%
B=46.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal181552020.100.7300.21291.4358.150.39
HexB537CAA490151233a32
Octal26567312121110254437262
Binary101101011101111100101010101001001010101100100011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B537CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B537CA; }

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

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

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

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

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

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

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

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