#B133A8

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

Shades of Fuchsia #B133A8

Tints of Fuchsia #B133A8

Color information

#B133A8 (or 0xB133A8) is unknown color: approx Fuchsia. HEX triplet: B1, 33 and A8. RGB value is (177,51,168). Sum of RGB (Red+Green+Blue) = 177+51+168=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 51 (20.31% from 255 or 12.88% from 396); Blue value is 168 (66.02% from 255 or 42.42% from 396); Max value from RGB is 177 - color contains mainly: red. Hex color #B133A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B133A8 is #4ECC57. Grayscale: #656565. Windows color (decimal): -5164120 or 11023281. OLE color: 11023281.

HSL color Cylindrical-coordinate representation of color #B133A8: hue angle of 304.29º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B133A8 is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB17751168-
CMYK00.710.050.31
HSL304.29º55.26%44.71%-
HSV(B)304.29º71.19%69.41%-
XYZ26.3814.5438.46-
YUV102.01165.24181.49-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.70%
GREEN value IS 51 (20.31% from 255) = 12.88%
BLUE value IS 168 (66.02% from 255) = 42.42%
R=44.70%
G=12.88%
B=42.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775116800.710.050.31304.2955.2644.71
HexB133A804751F130372d
Octal2616325001075374606755
Binary10110001110011101010000100011110111111100110000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B133A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B133A8; }

 p { color: rgb(177,51,168); }

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

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

 a { background-color: rgb(177,51,168); }

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

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

 span { border-color: rgb(177,51,168); }

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