#B356D1

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

Shades of Medium Orchid #B356D1

Tints of Medium Orchid #B356D1

Color information

#B356D1 (or 0xB356D1) is unknown color: approx Medium Orchid. HEX triplet: B3, 56 and D1. RGB value is (179,86,209). Sum of RGB (Red+Green+Blue) = 179+86+209=474 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.76% from 474); Green value is 86 (33.98% from 255 or 18.14% from 474); Blue value is 209 (82.03% from 255 or 44.09% from 474); Max value from RGB is 209 - color contains mainly: blue. Hex color #B356D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B356D1 is #4CA92E. Grayscale: #7F7F7F. Windows color (decimal): -5024047 or 13719219. OLE color: 13719219.

HSL color Cylindrical-coordinate representation of color #B356D1: hue angle of 285.37º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B356D1 is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17986209-
CMYK0.140.5900.18
HSL285.37º57.21%57.84%-
HSV(B)285.37º58.85%81.96%-
XYZ33.4320.8462.58-
YUV127.83173.81164.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.76%
GREEN value IS 86 (33.98% from 255) = 18.14%
BLUE value IS 209 (82.03% from 255) = 44.09%
R=37.76%
G=18.14%
B=44.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal179862090.140.5900.18285.3757.2157.84
HexB356D1E3B01211d393a
Octal26312632116730224357172
Binary101100111010110110100011110111011010010100011101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B356D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B356D1; }

 p { color: rgb(179,86,209); }

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

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

 a { background-color: rgb(179,86,209); }

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

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

 span { border-color: rgb(179,86,209); }

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