#B349EC

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

Shades of Medium Orchid #B349EC

Tints of Medium Orchid #B349EC

Color information

#B349EC (or 0xB349EC) is unknown color: approx Medium Orchid. HEX triplet: B3, 49 and EC. RGB value is (179,73,236). Sum of RGB (Red+Green+Blue) = 179+73+236=488 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.68% from 488); Green value is 73 (28.91% from 255 or 14.96% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #B349EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B349EC is #4CB613. Grayscale: #7A7A7A. Windows color (decimal): -5027348 or 15485363. OLE color: 15485363.

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

Color convert

RGB17973236-
CMYK0.240.6900.07
HSL279.02º81.09%60.59%-
HSV(B)279.02º69.07%92.55%-
XYZ36.1120.481.39-
YUV123.28191.62167.75-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.68%
GREEN value IS 73 (28.91% from 255) = 14.96%
BLUE value IS 236 (92.58% from 255) = 48.36%
R=36.68%
G=14.96%
B=48.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal179732360.240.6900.07279.0281.0960.59
HexB349EC184507117513d
Octal263111354301050742712175
Binary1011001110010011110110011000100010101111000101111010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B349EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B349EC; }

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

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

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

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

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

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

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

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