#B24BB7

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

Shades of Fuchsia #B24BB7

Tints of Fuchsia #B24BB7

Color information

#B24BB7 (or 0xB24BB7) is unknown color: approx Fuchsia. HEX triplet: B2, 4B and B7. RGB value is (178,75,183). Sum of RGB (Red+Green+Blue) = 178+75+183=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 75 (29.69% from 255 or 17.20% from 436); Blue value is 183 (71.88% from 255 or 41.97% from 436); Max value from RGB is 183 - color contains mainly: blue. Hex color #B24BB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B24BB7 is #4DB448. Grayscale: #757575. Windows color (decimal): -5092425 or 12012466. OLE color: 12012466.

HSL color Cylindrical-coordinate representation of color #B24BB7: hue angle of 297.22º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B24BB7 is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17875183-
CMYK0.030.5900.28
HSL297.22º42.86%50.59%-
HSV(B)297.22º59.02%71.76%-
XYZ29.4217.9246.71-
YUV118.11164.62170.72-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.83%
GREEN value IS 75 (29.69% from 255) = 17.20%
BLUE value IS 183 (71.88% from 255) = 41.97%
R=40.83%
G=17.20%
B=41.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal178751830.030.5900.28297.2242.8650.59
HexB24BB733B01C1292b33
Octal2621132673730344515363
Binary1011001010010111011011111111011011100100101001101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24BB7; }

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

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

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

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

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

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

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

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