#B24BB9

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

Shades of Fuchsia #B24BB9

Tints of Fuchsia #B24BB9

Color information

#B24BB9 (or 0xB24BB9) is unknown color: approx Fuchsia. HEX triplet: B2, 4B and B9. RGB value is (178,75,185). Sum of RGB (Red+Green+Blue) = 178+75+185=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 75 (29.69% from 255 or 17.12% from 438); Blue value is 185 (72.66% from 255 or 42.24% from 438); Max value from RGB is 185 - color contains mainly: blue. Hex color #B24BB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B24BB9 is #4DB446. Grayscale: #767676. Windows color (decimal): -5092423 or 12143538. OLE color: 12143538.

HSL color Cylindrical-coordinate representation of color #B24BB9: hue angle of 296.18º 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 #B24BB9 is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17875185-
CMYK0.040.5900.27
HSL296.18º44%50.98%-
HSV(B)296.18º59.46%72.55%-
XYZ29.631847.81-
YUV118.34165.62170.56-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.64%
GREEN value IS 75 (29.69% from 255) = 17.12%
BLUE value IS 185 (72.66% from 255) = 42.24%
R=40.64%
G=17.12%
B=42.24%

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
Decimal178751850.040.5900.27296.184450.98
HexB24BB943B01B1282c33
Octal2621132714730334505463
Binary10110010100101110111001100111011011011100101000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24BB9; }

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

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

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

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

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

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

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

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