#B33ABB

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

Shades of Fuchsia #B33ABB

Tints of Fuchsia #B33ABB

Color information

#B33ABB (or 0xB33ABB) is unknown color: approx Fuchsia. HEX triplet: B3, 3A and BB. RGB value is (179,58,187). Sum of RGB (Red+Green+Blue) = 179+58+187=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 58 (23.05% from 255 or 13.68% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 187 - color contains mainly: blue. Hex color #B33ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33ABB is #4CC544. Grayscale: #6C6C6C. Windows color (decimal): -5031237 or 12270259. OLE color: 12270259.

HSL color Cylindrical-coordinate representation of color #B33ABB: hue angle of 296.28º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B33ABB is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17958187-
CMYK0.040.6900.27
HSL296.28º52.65%48.04%-
HSV(B)296.28º68.98%73.33%-
XYZ29.0716.248.61-
YUV108.88172.09178.01-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.22%
GREEN value IS 58 (23.05% from 255) = 13.68%
BLUE value IS 187 (73.44% from 255) = 44.10%
R=42.22%
G=13.68%
B=44.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal179581870.040.6900.27296.2852.6548.04
HexB33ABB44501B1283530
Octal2637227341050334506560
Binary10110011111010101110111001000101011011100101000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33ABB; }

 p { color: rgb(179,58,187); }

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

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

 a { background-color: rgb(179,58,187); }

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

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

 span { border-color: rgb(179,58,187); }

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