#B133B6

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

Shades of Fuchsia #B133B6

Tints of Fuchsia #B133B6

Color information

#B133B6 (or 0xB133B6) is unknown color: approx Fuchsia. HEX triplet: B1, 33 and B6. RGB value is (177,51,182). Sum of RGB (Red+Green+Blue) = 177+51+182=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 51 (20.31% from 255 or 12.44% from 410); Blue value is 182 (71.48% from 255 or 44.39% from 410); Max value from RGB is 182 - color contains mainly: blue. Hex color #B133B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B133B6 is #4ECC49. Grayscale: #676767. Windows color (decimal): -5164106 or 11940785. OLE color: 11940785.

HSL color Cylindrical-coordinate representation of color #B133B6: hue angle of 297.71º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B133B6 is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17751182-
CMYK0.030.7200.29
HSL297.71º56.22%45.69%-
HSV(B)297.71º71.98%71.37%-
XYZ27.7615.0945.71-
YUV103.61172.24180.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.17%
GREEN value IS 51 (20.31% from 255) = 12.44%
BLUE value IS 182 (71.48% from 255) = 44.39%
R=43.17%
G=12.44%
B=44.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal177511820.030.7200.29297.7156.2245.69
HexB133B634801D12a382e
Octal2616326631100354527056
Binary1011000111001110110110111001000011101100101010111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B133B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B133B6; }

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

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

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

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

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

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

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

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