#B542FE

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

Shades of Medium Orchid #B542FE

Tints of Medium Orchid #B542FE

Color information

#B542FE (or 0xB542FE) is unknown color: approx Medium Orchid. HEX triplet: B5, 42 and FE. RGB value is (181,66,254). Sum of RGB (Red+Green+Blue) = 181+66+254=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 66 (26.17% from 255 or 13.17% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #B542FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B542FE is #4ABD01. Grayscale: #797979. Windows color (decimal): -4898050 or 16663221. OLE color: 16663221.

HSL color Cylindrical-coordinate representation of color #B542FE: hue angle of 276.7º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B542FE is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB18166254-
CMYK0.290.7400.00
HSL276.7º98.95%62.75%-
HSV(B)276.7º74.02%99.61%-
XYZ38.8920.8895.75-
YUV121.82202.6170.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.13%
GREEN value IS 66 (26.17% from 255) = 13.17%
BLUE value IS 254 (99.61% from 255) = 50.70%
R=36.13%
G=13.17%
B=50.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal181662540.290.7400.00276.798.9562.75
HexB542FE1D4A00115633f
Octal265102376351120042514377
Binary10110101100001011111110111011001010001000101011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B542FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B542FE; }

 p { color: rgb(181,66,254); }

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

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

 a { background-color: rgb(181,66,254); }

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

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

 span { border-color: rgb(181,66,254); }

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