#B249EC

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

Shades of Medium Orchid #B249EC

Tints of Medium Orchid #B249EC

Color information

#B249EC (or 0xB249EC) is unknown color: approx Medium Orchid. HEX triplet: B2, 49 and EC. RGB value is (178,73,236). Sum of RGB (Red+Green+Blue) = 178+73+236=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 73 (28.91% from 255 or 14.99% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #B249EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B249EC is #4DB613. Grayscale: #7A7A7A. Windows color (decimal): -5092884 or 15485362. OLE color: 15485362.

HSL color Cylindrical-coordinate representation of color #B249EC: hue angle of 278.65º 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 #B249EC is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17873236-
CMYK0.250.6900.07
HSL278.65º81.09%60.59%-
HSV(B)278.65º69.07%92.55%-
XYZ35.8820.2981.38-
YUV122.98191.79167.25-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.55%
GREEN value IS 73 (28.91% from 255) = 14.99%
BLUE value IS 236 (92.58% from 255) = 48.46%
R=36.55%
G=14.99%
B=48.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal178732360.250.6900.07278.6581.0960.59
HexB249EC194507117513d
Octal262111354311050742712175
Binary1011001010010011110110011001100010101111000101111010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B249EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B249EC; }

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

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

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

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

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

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

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

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