#B059C3

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

Shades of Medium Orchid #B059C3

Tints of Medium Orchid #B059C3

Color information

#B059C3 (or 0xB059C3) is unknown color: approx Medium Orchid. HEX triplet: B0, 59 and C3. RGB value is (176,89,195). Sum of RGB (Red+Green+Blue) = 176+89+195=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 89 (35.16% from 255 or 19.35% from 460); Blue value is 195 (76.56% from 255 or 42.39% from 460); Max value from RGB is 195 - color contains mainly: blue. Hex color #B059C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B059C3 is #4FA63C. Grayscale: #7E7E7E. Windows color (decimal): -5219901 or 12802480. OLE color: 12802480.

HSL color Cylindrical-coordinate representation of color #B059C3: hue angle of 289.25º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B059C3 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17689195-
CMYK0.100.5400.24
HSL289.25º46.9%55.69%-
HSV(B)289.25º54.36%76.47%-
XYZ31.3320.3153.9-
YUV127.1166.32162.88-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.26%
GREEN value IS 89 (35.16% from 255) = 19.35%
BLUE value IS 195 (76.56% from 255) = 42.39%
R=38.26%
G=19.35%
B=42.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal176891950.100.5400.24289.2546.955.69
HexB059C3A360181212f38
Octal26013130312660304415770
Binary101100001011001110000111010110110011000100100001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B059C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B059C3; }

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

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

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

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

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

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

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

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