#B363EA

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

Shades of Medium Orchid #B363EA

Tints of Medium Orchid #B363EA

Color information

#B363EA (or 0xB363EA) is unknown color: approx Medium Orchid. HEX triplet: B3, 63 and EA. RGB value is (179,99,234). Sum of RGB (Red+Green+Blue) = 179+99+234=512 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.96% from 512); Green value is 99 (39.06% from 255 or 19.34% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #B363EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B363EA is #4C9C15. Grayscale: #898989. Windows color (decimal): -5020694 or 15360947. OLE color: 15360947.

HSL color Cylindrical-coordinate representation of color #B363EA: hue angle of 275.56º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B363EA is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB17999234-
CMYK0.240.5800.08
HSL275.56º76.27%65.29%-
HSV(B)275.56º57.69%91.76%-
XYZ37.924.4580.56-
YUV138.31182157.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.96%
GREEN value IS 99 (39.06% from 255) = 19.34%
BLUE value IS 234 (91.80% from 255) = 45.70%
R=34.96%
G=19.34%
B=45.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal179992340.240.5800.08275.5676.2765.29
HexB363EA183A081144c41
Octal2631433523072010424114101
Binary10110011110001111101010110001110100100010001010010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B363EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B363EA; }

 p { color: rgb(179,99,234); }

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

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

 a { background-color: rgb(179,99,234); }

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

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

 span { border-color: rgb(179,99,234); }

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