#B543D0

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

Shades of Medium Orchid #B543D0

Tints of Medium Orchid #B543D0

Color information

#B543D0 (or 0xB543D0) is unknown color: approx Medium Orchid. HEX triplet: B5, 43 and D0. RGB value is (181,67,208). Sum of RGB (Red+Green+Blue) = 181+67+208=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 67 (26.56% from 255 or 14.69% from 456); Blue value is 208 (81.64% from 255 or 45.61% from 456); Max value from RGB is 208 - color contains mainly: blue. Hex color #B543D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B543D0 is #4ABC2F. Grayscale: #747474. Windows color (decimal): -4897840 or 13648821. OLE color: 13648821.

HSL color Cylindrical-coordinate representation of color #B543D0: hue angle of 288.51º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B543D0 is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18167208-
CMYK0.130.6800.18
HSL288.51º60%53.92%-
HSV(B)288.51º67.79%81.57%-
XYZ32.4518.3961.51-
YUV117.16179.27173.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.69%
GREEN value IS 67 (26.56% from 255) = 14.69%
BLUE value IS 208 (81.64% from 255) = 45.61%
R=39.69%
G=14.69%
B=45.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal181672080.130.6800.18288.516053.92
HexB543D0D440121213c36
Octal265103320151040224417466
Binary1011010110000111101000011011000100010010100100001111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B543D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B543D0; }

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

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

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

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

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

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

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

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