#B24ADF

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

Shades of Medium Orchid #B24ADF

Tints of Medium Orchid #B24ADF

Color information

#B24ADF (or 0xB24ADF) is unknown color: approx Medium Orchid. HEX triplet: B2, 4A and DF. RGB value is (178,74,223). Sum of RGB (Red+Green+Blue) = 178+74+223=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 74 (29.30% from 255 or 15.58% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #B24ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B24ADF is #4DB520. Grayscale: #797979. Windows color (decimal): -5092641 or 14633650. OLE color: 14633650.

HSL color Cylindrical-coordinate representation of color #B24ADF: hue angle of 281.88º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B24ADF is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17874223-
CMYK0.200.6700.13
HSL281.88º69.95%58.24%-
HSV(B)281.88º66.82%87.45%-
XYZ34.1319.6971.81-
YUV122.08184.96167.88-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.47%
GREEN value IS 74 (29.30% from 255) = 15.58%
BLUE value IS 223 (87.5% from 255) = 46.95%
R=37.47%
G=15.58%
B=46.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal178742230.200.6700.13281.8869.9558.24
HexB24ADF14430D11a463a
Octal2621123372410301543210672
Binary10110010100101011011111101001000011011011000110101000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24ADF; }

 p { color: rgb(178,74,223); }

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

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

 a { background-color: rgb(178,74,223); }

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

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

 span { border-color: rgb(178,74,223); }

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