#B24FED

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

Shades of Medium Orchid #B24FED

Tints of Medium Orchid #B24FED

Color information

#B24FED (or 0xB24FED) is unknown color: approx Medium Orchid. HEX triplet: B2, 4F and ED. RGB value is (178,79,237). Sum of RGB (Red+Green+Blue) = 178+79+237=494 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.03% from 494); Green value is 79 (31.25% from 255 or 15.99% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #B24FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B24FED is #4DB012. Grayscale: #7E7E7E. Windows color (decimal): -5091347 or 15552434. OLE color: 15552434.

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

Color convert

RGB17879237-
CMYK0.250.6700.07
HSL277.59º81.44%61.96%-
HSV(B)277.59º66.67%92.94%-
XYZ36.4421.1782.29-
YUV126.61190.3164.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.03%
GREEN value IS 79 (31.25% from 255) = 15.99%
BLUE value IS 237 (92.97% from 255) = 47.98%
R=36.03%
G=15.99%
B=47.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal178792370.250.6700.07277.5981.4461.96
HexB24FED194307116513e
Octal262117355311030742612176
Binary1011001010011111110110111001100001101111000101101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24FED; }

 p { color: rgb(178,79,237); }

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

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

 a { background-color: rgb(178,79,237); }

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

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

 span { border-color: rgb(178,79,237); }

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