#B059C7

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

Shades of Medium Orchid #B059C7

Tints of Medium Orchid #B059C7

Color information

#B059C7 (or 0xB059C7) is unknown color: approx Medium Orchid. HEX triplet: B0, 59 and C7. RGB value is (176,89,199). Sum of RGB (Red+Green+Blue) = 176+89+199=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 89 (35.16% from 255 or 19.18% from 464); Blue value is 199 (78.12% from 255 or 42.89% from 464); Max value from RGB is 199 - color contains mainly: blue. Hex color #B059C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B059C7 is #4FA638. Grayscale: #7F7F7F. Windows color (decimal): -5219897 or 13064624. OLE color: 13064624.

HSL color Cylindrical-coordinate representation of color #B059C7: hue angle of 287.45º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B059C7 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17689199-
CMYK0.120.5500.22
HSL287.45º49.55%56.47%-
HSV(B)287.45º55.28%78.04%-
XYZ31.7920.556.31-
YUV127.55168.32162.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.93%
GREEN value IS 89 (35.16% from 255) = 19.18%
BLUE value IS 199 (78.12% from 255) = 42.89%
R=37.93%
G=19.18%
B=42.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal176891990.120.5500.22287.4549.5556.47
HexB059C7C3701611f3238
Octal26013130714670264376270
Binary101100001011001110001111100110111010110100011111110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B059C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B059C7; }

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

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

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

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

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

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

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

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