#B24CC4

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

Shades of Medium Orchid #B24CC4

Tints of Medium Orchid #B24CC4

Color information

#B24CC4 (or 0xB24CC4) is unknown color: approx Medium Orchid. HEX triplet: B2, 4C and C4. RGB value is (178,76,196). Sum of RGB (Red+Green+Blue) = 178+76+196=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 76 (30.08% from 255 or 16.89% from 450); Blue value is 196 (76.95% from 255 or 43.56% from 450); Max value from RGB is 196 - color contains mainly: blue. Hex color #B24CC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B24CC4 is #4DB33B. Grayscale: #777777. Windows color (decimal): -5092156 or 12864690. OLE color: 12864690.

HSL color Cylindrical-coordinate representation of color #B24CC4: hue angle of 291º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B24CC4 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17876196-
CMYK0.090.6100.23
HSL291º50.42%53.33%-
HSV(B)291º61.22%76.86%-
XYZ30.9118.6254.19-
YUV120.18170.79169.24-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.56%
GREEN value IS 76 (30.08% from 255) = 16.89%
BLUE value IS 196 (76.95% from 255) = 43.56%
R=39.56%
G=16.89%
B=43.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal178761960.090.6100.2329150.4253.33
HexB24CC493D0171233235
Octal26211430411750274436265
Binary101100101001100110001001001111101010111100100011110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24CC4; }

 p { color: rgb(178,76,196); }

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

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

 a { background-color: rgb(178,76,196); }

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

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

 span { border-color: rgb(178,76,196); }

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