#B24CBE

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

Shades of Fuchsia #B24CBE

Tints of Fuchsia #B24CBE

Color information

#B24CBE (or 0xB24CBE) is unknown color: approx Fuchsia. HEX triplet: B2, 4C and BE. RGB value is (178,76,190). Sum of RGB (Red+Green+Blue) = 178+76+190=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 76 (30.08% from 255 or 17.12% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 190 - color contains mainly: blue. Hex color #B24CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B24CBE is #4DB341. Grayscale: #777777. Windows color (decimal): -5092162 or 12471474. OLE color: 12471474.

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

Color convert

RGB17876190-
CMYK0.060.6000.25
HSL293.68º46.72%52.16%-
HSV(B)293.68º60%74.51%-
XYZ30.2418.3550.66-
YUV119.49167.79169.73-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.09%
GREEN value IS 76 (30.08% from 255) = 17.12%
BLUE value IS 190 (74.61% from 255) = 42.79%
R=40.09%
G=17.12%
B=42.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178761900.060.6000.25293.6846.7252.16
HexB24CBE63C0191262f34
Octal2621142766740314465764
Binary10110010100110010111110110111100011001100100110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24CBE; }

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

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

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

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

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

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

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

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