#b542cb

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

Shades of Medium Orchid #B542CB

Tints of Medium Orchid #B542CB

Color information

#B542CB (or 0xB542CB) is unknown color: approx Medium Orchid. HEX triplet: B5, 42 and CB. RGB value is (181,66,203). Sum of RGB (Red+Green+Blue) = 181+66+203=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 66 (26.17% from 255 or 14.67% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #B542CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B542CB is #4ABD34. Grayscale: #737373. Windows color (decimal): -4898101 or 13320885. OLE color: 13320885.

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

Color convert

RGB18166203-
CMYK0.110.6700.20
HSL290.36º56.85%52.75%-
HSV(B)290.36º67.49%79.61%-
XYZ31.7818.0358.31-
YUV116177.1174.36-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.22%
GREEN value IS 66 (26.17% from 255) = 14.67%
BLUE value IS 203 (79.69% from 255) = 45.11%
R=40.22%
G=14.67%
B=45.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal181662030.110.6700.20290.3656.8552.75
HexB542CBB430141223935
Octal265102313131030244427165
Binary1011010110000101100101110111000011010100100100010111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b542cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b542cb; }

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

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

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

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

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

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

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

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