#B542CC

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

Shades of Medium Orchid #B542CC

Tints of Medium Orchid #B542CC

Color information

#B542CC (or 0xB542CC) is unknown color: approx Medium Orchid. HEX triplet: B5, 42 and CC. RGB value is (181,66,204). Sum of RGB (Red+Green+Blue) = 181+66+204=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 66 (26.17% from 255 or 14.63% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #B542CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B542CC is #4ABD33. Grayscale: #737373. Windows color (decimal): -4898100 or 13386421. OLE color: 13386421.

HSL color Cylindrical-coordinate representation of color #B542CC: hue angle of 290º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B542CC is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18166204-
CMYK0.110.6800.2
HSL290º57.5%52.94%-
HSV(B)290º67.65%80%-
XYZ31.918.0858.94-
YUV116.12177.6174.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.13%
GREEN value IS 66 (26.17% from 255) = 14.63%
BLUE value IS 204 (80.08% from 255) = 45.23%
R=40.13%
G=14.63%
B=45.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal181662040.110.6800.229057.552.94
HexB542CCB440141223a35
Octal265102314131040244427265
Binary1011010110000101100110010111000100010100100100010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B542CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B542CC; }

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

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

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

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

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

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

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

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