#B240EF

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

Shades of Medium Orchid #B240EF

Tints of Medium Orchid #B240EF

Color information

#B240EF (or 0xB240EF) is unknown color: approx Medium Orchid. HEX triplet: B2, 40 and EF. RGB value is (178,64,239). Sum of RGB (Red+Green+Blue) = 178+64+239=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 64 (25.39% from 255 or 13.31% from 481); Blue value is 239 (93.75% from 255 or 49.69% from 481); Max value from RGB is 239 - color contains mainly: blue. Hex color #B240EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B240EF is #4DBF10. Grayscale: #757575. Windows color (decimal): -5095185 or 15679666. OLE color: 15679666.

HSL color Cylindrical-coordinate representation of color #B240EF: hue angle of 279.09º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B240EF is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB17864239-
CMYK0.260.7300.06
HSL279.09º84.54%59.41%-
HSV(B)279.09º73.22%93.73%-
XYZ35.7719.3683.51-
YUV118.04196.27170.77-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.01%
GREEN value IS 64 (25.39% from 255) = 13.31%
BLUE value IS 239 (93.75% from 255) = 49.69%
R=37.01%
G=13.31%
B=49.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal178642390.260.7300.06279.0984.5459.41
HexB240EF1A4906117553b
Octal262100357321110642712573
Binary1011001010000001110111111010100100101101000101111010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B240EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B240EF; }

 p { color: rgb(178,64,239); }

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

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

 a { background-color: rgb(178,64,239); }

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

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

 span { border-color: rgb(178,64,239); }

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