#B24AC8

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

Shades of Medium Orchid #B24AC8

Tints of Medium Orchid #B24AC8

Color information

#B24AC8 (or 0xB24AC8) is unknown color: approx Medium Orchid. HEX triplet: B2, 4A and C8. RGB value is (178,74,200). Sum of RGB (Red+Green+Blue) = 178+74+200=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 74 (29.30% from 255 or 16.37% from 452); Blue value is 200 (78.52% from 255 or 44.25% from 452); Max value from RGB is 200 - color contains mainly: blue. Hex color #B24AC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B24AC8 is #4DB537. Grayscale: #777777. Windows color (decimal): -5092664 or 13126322. OLE color: 13126322.

HSL color Cylindrical-coordinate representation of color #B24AC8: hue angle of 289.52º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B24AC8 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17874200-
CMYK0.110.6300.22
HSL289.52º53.39%53.73%-
HSV(B)289.52º63%78.43%-
XYZ31.2318.5356.57-
YUV119.46173.46169.75-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.38%
GREEN value IS 74 (29.30% from 255) = 16.37%
BLUE value IS 200 (78.52% from 255) = 44.25%
R=39.38%
G=16.37%
B=44.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal178742000.110.6300.22289.5253.3953.73
HexB24AC8B3F0161223536
Octal26211231013770264426566
Binary101100101001010110010001011111111010110100100010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24AC8; }

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

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

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

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

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

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

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

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