#B24DE4

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

Shades of Medium Orchid #B24DE4

Tints of Medium Orchid #B24DE4

Color information

#B24DE4 (or 0xB24DE4) is unknown color: approx Medium Orchid. HEX triplet: B2, 4D and E4. RGB value is (178,77,228). Sum of RGB (Red+Green+Blue) = 178+77+228=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 77 (30.47% from 255 or 15.94% from 483); Blue value is 228 (89.45% from 255 or 47.20% from 483); Max value from RGB is 228 - color contains mainly: blue. Hex color #B24DE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24DE4 is #4DB21B. Grayscale: #7B7B7B. Windows color (decimal): -5091868 or 14962098. OLE color: 14962098.

HSL color Cylindrical-coordinate representation of color #B24DE4: hue angle of 280.13º degrees, saturation: 0.74, 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 #B24DE4 is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB17877228-
CMYK0.220.6600.11
HSL280.13º73.66%59.8%-
HSV(B)280.13º66.23%89.41%-
XYZ35.0220.3775.49-
YUV124.41186.46166.22-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.85%
GREEN value IS 77 (30.47% from 255) = 15.94%
BLUE value IS 228 (89.45% from 255) = 47.20%
R=36.85%
G=15.94%
B=47.20%

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
Decimal178772280.220.6600.11280.1373.6659.8
HexB24DE416420B1184a3c
Octal2621153442610201343011274
Binary10110010100110111100100101101000010010111000110001001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24DE4; }

 p { color: rgb(178,77,228); }

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

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

 a { background-color: rgb(178,77,228); }

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

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

 span { border-color: rgb(178,77,228); }

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