#B359EC

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

Shades of Medium Orchid #B359EC

Tints of Medium Orchid #B359EC

Color information

#B359EC (or 0xB359EC) is unknown color: approx Medium Orchid. HEX triplet: B3, 59 and EC. RGB value is (179,89,236). Sum of RGB (Red+Green+Blue) = 179+89+236=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 89 (35.16% from 255 or 17.66% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #B359EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B359EC is #4CA613. Grayscale: #848484. Windows color (decimal): -5023252 or 15489459. OLE color: 15489459.

HSL color Cylindrical-coordinate representation of color #B359EC: hue angle of 276.73º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B359EC is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17989236-
CMYK0.240.6200.07
HSL276.73º79.46%63.73%-
HSV(B)276.73º62.29%92.55%-
XYZ37.322.7881.79-
YUV132.67186.32161.05-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.52%
GREEN value IS 89 (35.16% from 255) = 17.66%
BLUE value IS 236 (92.58% from 255) = 46.83%
R=35.52%
G=17.66%
B=46.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal179892360.240.6200.07276.7379.4663.73
HexB359EC183E071154f40
Octal263131354307607425117100
Binary1011001110110011110110011000111110011110001010110011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B359EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B359EC; }

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

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

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

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

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

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

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

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