#B24EE3

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

Shades of Medium Orchid #B24EE3

Tints of Medium Orchid #B24EE3

Color information

#B24EE3 (or 0xB24EE3) is unknown color: approx Medium Orchid. HEX triplet: B2, 4E and E3. RGB value is (178,78,227). Sum of RGB (Red+Green+Blue) = 178+78+227=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 78 (30.86% from 255 or 16.15% from 483); Blue value is 227 (89.06% from 255 or 47.00% from 483); Max value from RGB is 227 - color contains mainly: blue. Hex color #B24EE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24EE3 is #4DB11C. Grayscale: #7C7C7C. Windows color (decimal): -5091613 or 14896818. OLE color: 14896818.

HSL color Cylindrical-coordinate representation of color #B24EE3: hue angle of 280.27º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B24EE3 is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB17878227-
CMYK0.220.6600.11
HSL280.27º72.68%59.8%-
HSV(B)280.27º65.64%89.02%-
XYZ34.9520.4674.78-
YUV124.89185.63165.88-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.85%
GREEN value IS 78 (30.86% from 255) = 16.15%
BLUE value IS 227 (89.06% from 255) = 47.00%
R=36.85%
G=16.15%
B=47.00%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal178782270.220.6600.11280.2772.6859.8
HexB24EE316420B118493c
Octal2621163432610201343011174
Binary10110010100111011100011101101000010010111000110001001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24EE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24EE3; }

 p { color: rgb(178,78,227); }

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

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

 a { background-color: rgb(178,78,227); }

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

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

 span { border-color: rgb(178,78,227); }

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