#B24BBE

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

Shades of Fuchsia #B24BBE

Tints of Fuchsia #B24BBE

Color information

#B24BBE (or 0xB24BBE) is unknown color: approx Fuchsia. HEX triplet: B2, 4B and BE. RGB value is (178,75,190). Sum of RGB (Red+Green+Blue) = 178+75+190=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 75 (29.69% from 255 or 16.93% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #B24BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B24BBE is #4DB441. Grayscale: #767676. Windows color (decimal): -5092418 or 12471218. OLE color: 12471218.

HSL color Cylindrical-coordinate representation of color #B24BBE: hue angle of 293.74º degrees, saturation: 0.47, 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 #B24BBE is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17875190-
CMYK0.060.6100.25
HSL293.74º46.94%51.96%-
HSV(B)293.74º60.53%74.51%-
XYZ30.1718.2150.64-
YUV118.91168.12170.15-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.18%
GREEN value IS 75 (29.69% from 255) = 16.93%
BLUE value IS 190 (74.61% from 255) = 42.89%
R=40.18%
G=16.93%
B=42.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178751900.060.6100.25293.7446.9451.96
HexB24BBE63D0191262f34
Octal2621132766750314465764
Binary10110010100101110111110110111101011001100100110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24BBE; }

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

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

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

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

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

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

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

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