#B351EC

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

Shades of Medium Orchid #B351EC

Tints of Medium Orchid #B351EC

Color information

#B351EC (or 0xB351EC) is unknown color: approx Medium Orchid. HEX triplet: B3, 51 and EC. RGB value is (179,81,236). Sum of RGB (Red+Green+Blue) = 179+81+236=496 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.09% from 496); Green value is 81 (32.03% from 255 or 16.33% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 236 - color contains mainly: blue. Hex color #B351EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B351EC is #4CAE13. Grayscale: #7F7F7F. Windows color (decimal): -5025300 or 15487411. OLE color: 15487411.

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

Color convert

RGB17981236-
CMYK0.240.6600.07
HSL277.94º80.31%62.16%-
HSV(B)277.94º65.68%92.55%-
XYZ36.6721.5281.58-
YUV127.97188.97164.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.09%
GREEN value IS 81 (32.03% from 255) = 16.33%
BLUE value IS 236 (92.58% from 255) = 47.58%
R=36.09%
G=16.33%
B=47.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal179812360.240.6600.07277.9480.3162.16
HexB351EC184207116503e
Octal263121354301020742612076
Binary1011001110100011110110011000100001001111000101101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B351EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B351EC; }

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

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

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

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

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

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

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

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