#B337EC

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

Shades of Medium Orchid #B337EC

Tints of Medium Orchid #B337EC

Color information

#B337EC (or 0xB337EC) is unknown color: approx Medium Orchid. HEX triplet: B3, 37 and EC. RGB value is (179,55,236). Sum of RGB (Red+Green+Blue) = 179+55+236=470 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.09% from 470); Green value is 55 (21.88% from 255 or 11.70% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #B337EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B337EC is #4CC813. Grayscale: #707070. Windows color (decimal): -5031956 or 15480755. OLE color: 15480755.

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

Color convert

RGB17955236-
CMYK0.240.7700.07
HSL281.1º82.65%57.06%-
HSV(B)281.1º76.69%92.55%-
XYZ35.118.3781.05-
YUV112.71197.58175.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.09%
GREEN value IS 55 (21.88% from 255) = 11.70%
BLUE value IS 236 (92.58% from 255) = 50.21%
R=38.09%
G=11.70%
B=50.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal179552360.240.7700.07281.182.6557.06
HexB337EC184D071195339
Octal26367354301150743112371
Binary101100111101111110110011000100110101111000110011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B337EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B337EC; }

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

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

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

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

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

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

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

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