#B24BB1

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

Shades of Fuchsia #B24BB1

Tints of Fuchsia #B24BB1

Color information

#B24BB1 (or 0xB24BB1) is unknown color: approx Fuchsia. HEX triplet: B2, 4B and B1. RGB value is (178,75,177). Sum of RGB (Red+Green+Blue) = 178+75+177=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 75 (29.69% from 255 or 17.44% from 430); Blue value is 177 (69.53% from 255 or 41.16% from 430); Max value from RGB is 178 - color contains mainly: red. Hex color #B24BB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24BB1 is #4DB44E. Grayscale: #757575. Windows color (decimal): -5092431 or 11619250. OLE color: 11619250.

HSL color Cylindrical-coordinate representation of color #B24BB1: hue angle of 300.58º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B24BB1 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB17875177-
CMYK00.580.010.30
HSL300.58º40.71%49.61%-
HSV(B)300.58º57.87%69.8%-
XYZ28.8117.6743.49-
YUV117.42161.62171.21-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.40%
GREEN value IS 75 (29.69% from 255) = 17.44%
BLUE value IS 177 (69.53% from 255) = 41.16%
R=41.40%
G=17.44%
B=41.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787517700.580.010.30300.5840.7149.61
HexB24BB103A11E12d2932
Octal2621132610721364555162
Binary101100101001011101100010111010111110100101101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24BB1; }

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

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

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

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

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

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

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

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