#B539FD

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

Shades of Medium Orchid #B539FD

Tints of Medium Orchid #B539FD

Color information

#B539FD (or 0xB539FD) is unknown color: approx Medium Orchid. HEX triplet: B5, 39 and FD. RGB value is (181,57,253). Sum of RGB (Red+Green+Blue) = 181+57+253=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 57 (22.66% from 255 or 11.61% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #B539FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B539FD is #4AC602. Grayscale: #737373. Windows color (decimal): -4900355 or 16595381. OLE color: 16595381.

HSL color Cylindrical-coordinate representation of color #B539FD: hue angle of 277.96º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B539FD is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB18157253-
CMYK0.280.7700.01
HSL277.96º98%60.78%-
HSV(B)277.96º77.47%99.22%-
XYZ38.2519.8494.74-
YUV116.42205.08174.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.86%
GREEN value IS 57 (22.66% from 255) = 11.61%
BLUE value IS 253 (99.22% from 255) = 51.53%
R=36.86%
G=11.61%
B=51.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal181572530.280.7700.01277.969860.78
HexB539FD1C4D01116623d
Octal26571375341150142614275
Binary1011010111100111111101111001001101011000101101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B539FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B539FD; }

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

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

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

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

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

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

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

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