#B359D9

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

Shades of Medium Orchid #B359D9

Tints of Medium Orchid #B359D9

Color information

#B359D9 (or 0xB359D9) is unknown color: approx Medium Orchid. HEX triplet: B3, 59 and D9. RGB value is (179,89,217). Sum of RGB (Red+Green+Blue) = 179+89+217=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 89 (35.16% from 255 or 18.35% from 485); Blue value is 217 (85.16% from 255 or 44.74% from 485); Max value from RGB is 217 - color contains mainly: blue. Hex color #B359D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B359D9 is #4CA626. Grayscale: #828282. Windows color (decimal): -5023271 or 14244275. OLE color: 14244275.

HSL color Cylindrical-coordinate representation of color #B359D9: hue angle of 282.19º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B359D9 is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17989217-
CMYK0.180.5900.15
HSL282.19º62.75%60%-
HSV(B)282.19º58.99%85.1%-
XYZ34.6921.7468.01-
YUV130.5176.82162.59-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.91%
GREEN value IS 89 (35.16% from 255) = 18.35%
BLUE value IS 217 (85.16% from 255) = 44.74%
R=36.91%
G=18.35%
B=44.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal179892170.180.5900.15282.1962.7560
HexB359D9123B0F11a3f3c
Octal26313133122730174327774
Binary101100111011001110110011001011101101111100011010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B359D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B359D9; }

 p { color: rgb(179,89,217); }

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

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

 a { background-color: rgb(179,89,217); }

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

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

 span { border-color: rgb(179,89,217); }

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