#b354ec

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

Shades of Medium Orchid #B354EC

Tints of Medium Orchid #B354EC

Color information

#B354EC (or 0xB354EC) is unknown color: approx Medium Orchid. HEX triplet: B3, 54 and EC. RGB value is (179,84,236). Sum of RGB (Red+Green+Blue) = 179+84+236=499 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.87% from 499); Green value is 84 (33.20% from 255 or 16.83% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #B354EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B354EC is #4CAB13. Grayscale: #818181. Windows color (decimal): -5024532 or 15488179. OLE color: 15488179.

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

Color convert

RGB17984236-
CMYK0.240.6400.07
HSL277.5º80%62.75%-
HSV(B)277.5º64.41%92.55%-
XYZ36.921.9881.65-
YUV129.73187.97163.14-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.87%
GREEN value IS 84 (33.20% from 255) = 16.83%
BLUE value IS 236 (92.58% from 255) = 47.29%
R=35.87%
G=16.83%
B=47.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal179842360.240.6400.07277.58062.75
HexB354EC184007116503f
Octal263124354301000742612077
Binary1011001110101001110110011000100000001111000101101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b354ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b354ec; }

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

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

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

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

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

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

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

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