#B24DEE

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

Shades of Medium Orchid #B24DEE

Tints of Medium Orchid #B24DEE

Color information

#B24DEE (or 0xB24DEE) is unknown color: approx Medium Orchid. HEX triplet: B2, 4D and EE. RGB value is (178,77,238). Sum of RGB (Red+Green+Blue) = 178+77+238=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 77 (30.47% from 255 or 15.62% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 238 - color contains mainly: blue. Hex color #B24DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B24DEE is #4DB211. Grayscale: #7D7D7D. Windows color (decimal): -5091858 or 15617458. OLE color: 15617458.

HSL color Cylindrical-coordinate representation of color #B24DEE: hue angle of 277.64º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B24DEE is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17877238-
CMYK0.250.6800.07
HSL277.64º82.56%61.76%-
HSV(B)277.64º67.65%93.33%-
XYZ36.4520.9583.01-
YUV125.55191.46165.41-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.11%
GREEN value IS 77 (30.47% from 255) = 15.62%
BLUE value IS 238 (93.36% from 255) = 48.28%
R=36.11%
G=15.62%
B=48.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal178772380.250.6800.07277.6482.5661.76
HexB24DEE194407116533e
Octal262115356311040742612376
Binary1011001010011011110111011001100010001111000101101010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24DEE; }

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

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

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

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

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

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

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

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