#B539CD

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

Shades of Medium Orchid #B539CD

Tints of Medium Orchid #B539CD

Color information

#B539CD (or 0xB539CD) is unknown color: approx Medium Orchid. HEX triplet: B5, 39 and CD. RGB value is (181,57,205). Sum of RGB (Red+Green+Blue) = 181+57+205=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 57 (22.66% from 255 or 12.87% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #B539CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B539CD is #4AC632. Grayscale: #6E6E6E. Windows color (decimal): -4900403 or 13449653. OLE color: 13449653.

HSL color Cylindrical-coordinate representation of color #B539CD: hue angle of 290.27º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B539CD is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18157205-
CMYK0.120.7200.20
HSL290.27º59.68%51.37%-
HSV(B)290.27º72.2%80.39%-
XYZ31.5417.1659.41-
YUV110.95181.08177.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.86%
GREEN value IS 57 (22.66% from 255) = 12.87%
BLUE value IS 205 (80.47% from 255) = 46.28%
R=40.86%
G=12.87%
B=46.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal181572050.120.7200.20290.2759.6851.37
HexB539CDC480141223c33
Octal26571315141100244427463
Binary101101011110011100110111001001000010100100100010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B539CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B539CD; }

 p { color: rgb(181,57,205); }

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

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

 a { background-color: rgb(181,57,205); }

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

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

 span { border-color: rgb(181,57,205); }

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