#B24CB9

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

Shades of Fuchsia #B24CB9

Tints of Fuchsia #B24CB9

Color information

#B24CB9 (or 0xB24CB9) is unknown color: approx Fuchsia. HEX triplet: B2, 4C and B9. RGB value is (178,76,185). Sum of RGB (Red+Green+Blue) = 178+76+185=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 76 (30.08% from 255 or 17.31% from 439); Blue value is 185 (72.66% from 255 or 42.14% from 439); Max value from RGB is 185 - color contains mainly: blue. Hex color #B24CB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B24CB9 is #4DB346. Grayscale: #767676. Windows color (decimal): -5092167 or 12143794. OLE color: 12143794.

HSL color Cylindrical-coordinate representation of color #B24CB9: hue angle of 296.15º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B24CB9 is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17876185-
CMYK0.040.5900.27
HSL296.15º43.78%51.18%-
HSV(B)296.15º58.92%72.55%-
XYZ29.718.1447.83-
YUV118.92165.29170.14-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.55%
GREEN value IS 76 (30.08% from 255) = 17.31%
BLUE value IS 185 (72.66% from 255) = 42.14%
R=40.55%
G=17.31%
B=42.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal178761850.040.5900.27296.1543.7851.18
HexB24CB943B01B1282c33
Octal2621142714730334505463
Binary10110010100110010111001100111011011011100101000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24CB9; }

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

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

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

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

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

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

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

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