#b24bbf

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

Shades of Fuchsia #B24BBF

Tints of Fuchsia #B24BBF

Color information

#B24BBF (or 0xB24BBF) is unknown color: approx Fuchsia. HEX triplet: B2, 4B and BF. RGB value is (178,75,191). Sum of RGB (Red+Green+Blue) = 178+75+191=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 75 (29.69% from 255 or 16.89% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 191 - color contains mainly: blue. Hex color #B24BBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B24BBF is #4DB440. Grayscale: #767676. Windows color (decimal): -5092417 or 12536754. OLE color: 12536754.

HSL color Cylindrical-coordinate representation of color #B24BBF: hue angle of 293.28º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B24BBF is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17875191-
CMYK0.070.6100.25
HSL293.28º47.54%52.16%-
HSV(B)293.28º60.73%74.9%-
XYZ30.2818.2651.22-
YUV119.02168.62170.07-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.09%
GREEN value IS 75 (29.69% from 255) = 16.89%
BLUE value IS 191 (75% from 255) = 43.02%
R=40.09%
G=16.89%
B=43.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178751910.070.6100.25293.2847.5452.16
HexB24BBF73D0191253034
Octal2621132777750314456064
Binary10110010100101110111111111111101011001100100101110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b24bbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b24bbf; }

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

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

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

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

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

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

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

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