#B364ED

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

Shades of Medium Orchid #B364ED

Tints of Medium Orchid #B364ED

Color information

#B364ED (or 0xB364ED) is unknown color: approx Medium Orchid. HEX triplet: B3, 64 and ED. RGB value is (179,100,237). Sum of RGB (Red+Green+Blue) = 179+100+237=516 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.69% from 516); Green value is 100 (39.45% from 255 or 19.38% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #B364ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B364ED is #4C9B12. Grayscale: #8A8A8A. Windows color (decimal): -5020435 or 15557811. OLE color: 15557811.

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

Color convert

RGB179100237-
CMYK0.240.5800.07
HSL274.6º79.19%66.08%-
HSV(B)274.6º57.81%92.94%-
XYZ38.4324.8182.88-
YUV139.24183.17156.36-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.69%
GREEN value IS 100 (39.45% from 255) = 19.38%
BLUE value IS 237 (92.97% from 255) = 45.93%
R=34.69%
G=19.38%
B=45.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1791002370.240.5800.07274.679.1966.08
HexB364ED183A071134f42
Octal263144355307207423117102
Binary1011001111001001110110111000111010011110001001110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B364ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B364ED; }

 p { color: rgb(179,100,237); }

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

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

 a { background-color: rgb(179,100,237); }

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

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

 span { border-color: rgb(179,100,237); }

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