#B059D5

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

Shades of Medium Orchid #B059D5

Tints of Medium Orchid #B059D5

Color information

#B059D5 (or 0xB059D5) is unknown color: approx Medium Orchid. HEX triplet: B0, 59 and D5. RGB value is (176,89,213). Sum of RGB (Red+Green+Blue) = 176+89+213=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 89 (35.16% from 255 or 18.62% from 478); Blue value is 213 (83.59% from 255 or 44.56% from 478); Max value from RGB is 213 - color contains mainly: blue. Hex color #B059D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B059D5 is #4FA62A. Grayscale: #808080. Windows color (decimal): -5219883 or 13982128. OLE color: 13982128.

HSL color Cylindrical-coordinate representation of color #B059D5: hue angle of 282.1º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B059D5 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17689213-
CMYK0.170.5800.16
HSL282.1º59.62%59.22%-
HSV(B)282.1º58.22%83.53%-
XYZ33.4921.1865.27-
YUV129.15175.32161.42-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.82%
GREEN value IS 89 (35.16% from 255) = 18.62%
BLUE value IS 213 (83.59% from 255) = 44.56%
R=36.82%
G=18.62%
B=44.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal176892130.170.5800.16282.159.6259.22
HexB059D5113A01011a3c3b
Octal26013132521720204327473
Binary1011000010110011101010110001111010010000100011010111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B059D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B059D5; }

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

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

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

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

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

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

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

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