#B24DBE

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

Shades of Fuchsia #B24DBE

Tints of Fuchsia #B24DBE

Color information

#B24DBE (or 0xB24DBE) is unknown color: approx Fuchsia. HEX triplet: B2, 4D and BE. RGB value is (178,77,190). Sum of RGB (Red+Green+Blue) = 178+77+190=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #B24DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24DBE is #4DB241. Grayscale: #777777. Windows color (decimal): -5091906 or 12471730. OLE color: 12471730.

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

Color convert

RGB17877190-
CMYK0.060.5900.25
HSL293.63º46.5%52.35%-
HSV(B)293.63º59.47%74.51%-
XYZ30.3118.4950.69-
YUV120.08167.46169.31-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40%
GREEN value IS 77 (30.47% from 255) = 17.30%
BLUE value IS 190 (74.61% from 255) = 42.70%
R=40%
G=17.30%
B=42.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178771900.060.5900.25293.6346.552.35
HexB24DBE63B0191262f34
Octal2621152766730314465764
Binary10110010100110110111110110111011011001100100110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24DBE; }

 p { color: rgb(178,77,190); }

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

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

 a { background-color: rgb(178,77,190); }

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

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

 span { border-color: rgb(178,77,190); }

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