#B542DC

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

Shades of Medium Orchid #B542DC

Tints of Medium Orchid #B542DC

Color information

#B542DC (or 0xB542DC) is unknown color: approx Medium Orchid. HEX triplet: B5, 42 and DC. RGB value is (181,66,220). Sum of RGB (Red+Green+Blue) = 181+66+220=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 66 (26.17% from 255 or 14.13% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #B542DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B542DC is #4ABD23. Grayscale: #757575. Windows color (decimal): -4898084 or 14434997. OLE color: 14434997.

HSL color Cylindrical-coordinate representation of color #B542DC: hue angle of 284.81º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B542DC is Cyan = 0.18, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB18166220-
CMYK0.180.700.14
HSL284.81º68.75%56.08%-
HSV(B)284.81º70%86.27%-
XYZ33.9218.8969.57-
YUV117.94185.6172.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.76%
GREEN value IS 66 (26.17% from 255) = 14.13%
BLUE value IS 220 (86.33% from 255) = 47.11%
R=38.76%
G=14.13%
B=47.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal181662200.180.700.14284.8168.7556.08
HexB542DC12460E11d4538
Octal2651023342210601643510570
Binary10110101100001011011100100101000110011101000111011000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B542DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B542DC; }

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

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

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

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

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

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

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

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