#B059CC

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

Shades of Medium Orchid #B059CC

Tints of Medium Orchid #B059CC

Color information

#B059CC (or 0xB059CC) is unknown color: approx Medium Orchid. HEX triplet: B0, 59 and CC. RGB value is (176,89,204). Sum of RGB (Red+Green+Blue) = 176+89+204=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 89 (35.16% from 255 or 18.98% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #B059CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B059CC is #4FA633. Grayscale: #7F7F7F. Windows color (decimal): -5219892 or 13392304. OLE color: 13392304.

HSL color Cylindrical-coordinate representation of color #B059CC: hue angle of 285.39º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B059CC is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17689204-
CMYK0.140.5600.2
HSL285.39º53%57.45%-
HSV(B)285.39º56.37%80%-
XYZ32.3820.7359.42-
YUV128.12170.82162.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.53%
GREEN value IS 89 (35.16% from 255) = 18.98%
BLUE value IS 204 (80.08% from 255) = 43.50%
R=37.53%
G=18.98%
B=43.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal176892040.140.5600.2285.395357.45
HexB059CCE3801411d3539
Octal26013131416700244356571
Binary101100001011001110011001110111000010100100011101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B059CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B059CC; }

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

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

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

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

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

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

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

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