#B059D1

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

Shades of Medium Orchid #B059D1

Tints of Medium Orchid #B059D1

Color information

#B059D1 (or 0xB059D1) is unknown color: approx Medium Orchid. HEX triplet: B0, 59 and D1. RGB value is (176,89,209). Sum of RGB (Red+Green+Blue) = 176+89+209=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 89 (35.16% from 255 or 18.78% 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 #B059D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B059D1 is #4FA62E. Grayscale: #808080. Windows color (decimal): -5219887 or 13719984. OLE color: 13719984.

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

Color convert

RGB17689209-
CMYK0.160.5700.18
HSL283.5º56.6%58.43%-
HSV(B)283.5º57.42%81.96%-
XYZ32.9920.9862.63-
YUV128.69173.32161.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.13%
GREEN value IS 89 (35.16% from 255) = 18.78%
BLUE value IS 209 (82.03% from 255) = 44.09%
R=37.13%
G=18.78%
B=44.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal176892090.160.5700.18283.556.658.43
HexB059D1103901211c393a
Octal26013132120710224347172
Binary1011000010110011101000110000111001010010100011100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B059D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B059D1; }

 p { color: rgb(176,89,209); }

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

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

 a { background-color: rgb(176,89,209); }

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

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

 span { border-color: rgb(176,89,209); }

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