#B543FA

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

Shades of Medium Orchid #B543FA

Tints of Medium Orchid #B543FA

Color information

#B543FA (or 0xB543FA) is unknown color: approx Medium Orchid. HEX triplet: B5, 43 and FA. RGB value is (181,67,250). Sum of RGB (Red+Green+Blue) = 181+67+250=498 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.35% from 498); Green value is 67 (26.56% from 255 or 13.45% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #B543FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B543FA is #4ABC05. Grayscale: #797979. Windows color (decimal): -4897798 or 16401333. OLE color: 16401333.

HSL color Cylindrical-coordinate representation of color #B543FA: hue angle of 277.38º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B543FA is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18167250-
CMYK0.280.7300.02
HSL277.38º94.82%62.16%-
HSV(B)277.38º73.2%98.04%-
XYZ38.3220.7492.43-
YUV121.95200.27170.12-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.35%
GREEN value IS 67 (26.56% from 255) = 13.45%
BLUE value IS 250 (98.05% from 255) = 50.20%
R=36.35%
G=13.45%
B=50.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal181672500.280.7300.02277.3894.8262.16
HexB543FA1C49021155f3e
Octal265103372341110242513776
Binary101101011000011111110101110010010010101000101011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B543FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B543FA; }

 p { color: rgb(181,67,250); }

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

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

 a { background-color: rgb(181,67,250); }

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

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

 span { border-color: rgb(181,67,250); }

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