#B33ABD

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

Shades of Fuchsia #B33ABD

Tints of Fuchsia #B33ABD

Color information

#B33ABD (or 0xB33ABD) is unknown color: approx Fuchsia. HEX triplet: B3, 3A and BD. RGB value is (179,58,189). Sum of RGB (Red+Green+Blue) = 179+58+189=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 58 (23.05% from 255 or 13.62% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 189 - color contains mainly: blue. Hex color #B33ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33ABD is #4CC542. Grayscale: #6C6C6C. Windows color (decimal): -5031235 or 12401331. OLE color: 12401331.

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

Color convert

RGB17958189-
CMYK0.050.6900.26
HSL295.42º53.04%48.43%-
HSV(B)295.42º69.31%74.12%-
XYZ29.2916.2849.74-
YUV109.11173.09177.85-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.02%
GREEN value IS 58 (23.05% from 255) = 13.62%
BLUE value IS 189 (74.22% from 255) = 44.37%
R=42.02%
G=13.62%
B=44.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal179581890.050.6900.26295.4253.0448.43
HexB33ABD54501A1273530
Octal2637227551050324476560
Binary10110011111010101111011011000101011010100100111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33ABD; }

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

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

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

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

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

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

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

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