#B133B0

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

Shades of Fuchsia #B133B0

Tints of Fuchsia #B133B0

Color information

#B133B0 (or 0xB133B0) is unknown color: approx Fuchsia. HEX triplet: B1, 33 and B0. RGB value is (177,51,176). Sum of RGB (Red+Green+Blue) = 177+51+176=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 51 (20.31% from 255 or 12.62% from 404); Blue value is 176 (69.14% from 255 or 43.56% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B133B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B133B0 is #4ECC4F. Grayscale: #666666. Windows color (decimal): -5164112 or 11547569. OLE color: 11547569.

HSL color Cylindrical-coordinate representation of color #B133B0: hue angle of 300.48º 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 #B133B0 is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB17751176-
CMYK00.710.010.31
HSL300.48º55.26%44.71%-
HSV(B)300.48º71.19%69.41%-
XYZ27.1514.8542.51-
YUV102.92169.24180.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.81%
GREEN value IS 51 (20.31% from 255) = 12.62%
BLUE value IS 176 (69.14% from 255) = 43.56%
R=43.81%
G=12.62%
B=43.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775117600.710.010.31300.4855.2644.71
HexB133B004711F12c372d
Octal2616326001071374546755
Binary101100011100111011000001000111111111100101100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B133B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B133B0; }

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

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

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

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

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

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

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

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