#B059CA

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

Shades of Medium Orchid #B059CA

Tints of Medium Orchid #B059CA

Color information

#B059CA (or 0xB059CA) is unknown color: approx Medium Orchid. HEX triplet: B0, 59 and CA. RGB value is (176,89,202). Sum of RGB (Red+Green+Blue) = 176+89+202=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 89 (35.16% from 255 or 19.06% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #B059CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B059CA is #4FA635. Grayscale: #7F7F7F. Windows color (decimal): -5219894 or 13261232. OLE color: 13261232.

HSL color Cylindrical-coordinate representation of color #B059CA: hue angle of 286.19º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B059CA is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17689202-
CMYK0.130.5600.21
HSL286.19º51.6%57.06%-
HSV(B)286.19º55.94%79.22%-
XYZ32.1420.6458.17-
YUV127.9169.82162.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.69%
GREEN value IS 89 (35.16% from 255) = 19.06%
BLUE value IS 202 (79.30% from 255) = 43.25%
R=37.69%
G=19.06%
B=43.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal176892020.130.5600.21286.1951.657.06
HexB059CAD3801511e3439
Octal26013131215700254366471
Binary101100001011001110010101101111000010101100011110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B059CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B059CA; }

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

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

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

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

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

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

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

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