#B24EC4

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

Shades of Medium Orchid #B24EC4

Tints of Medium Orchid #B24EC4

Color information

#B24EC4 (or 0xB24EC4) is unknown color: approx Medium Orchid. HEX triplet: B2, 4E and C4. RGB value is (178,78,196). Sum of RGB (Red+Green+Blue) = 178+78+196=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 78 (30.86% from 255 or 17.26% from 452); Blue value is 196 (76.95% from 255 or 43.36% from 452); Max value from RGB is 196 - color contains mainly: blue. Hex color #B24EC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24EC4 is #4DB13B. Grayscale: #787878. Windows color (decimal): -5091644 or 12865202. OLE color: 12865202.

HSL color Cylindrical-coordinate representation of color #B24EC4: hue angle of 290.85º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B24EC4 is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17878196-
CMYK0.090.6000.23
HSL290.85º50%53.73%-
HSV(B)290.85º60.2%76.86%-
XYZ31.0518.954.24-
YUV121.35170.13168.41-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.38%
GREEN value IS 78 (30.86% from 255) = 17.26%
BLUE value IS 196 (76.95% from 255) = 43.36%
R=39.38%
G=17.26%
B=43.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal178781960.090.6000.23290.855053.73
HexB24EC493C0171233236
Octal26211630411740274436266
Binary101100101001110110001001001111100010111100100011110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24EC4; }

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

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

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

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

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

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

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

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