#B133B4

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

Shades of Fuchsia #B133B4

Tints of Fuchsia #B133B4

Color information

#B133B4 (or 0xB133B4) is unknown color: approx Fuchsia. HEX triplet: B1, 33 and B4. RGB value is (177,51,180). Sum of RGB (Red+Green+Blue) = 177+51+180=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 51 (20.31% from 255 or 12.5% from 408); Blue value is 180 (70.70% from 255 or 44.12% from 408); Max value from RGB is 180 - color contains mainly: blue. Hex color #B133B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B133B4 is #4ECC4B. Grayscale: #666666. Windows color (decimal): -5164108 or 11809713. OLE color: 11809713.

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

Color convert

RGB17751180-
CMYK0.020.7200.29
HSL298.6º55.84%45.29%-
HSV(B)298.6º71.67%70.59%-
XYZ27.5515.0144.63-
YUV103.38171.24180.51-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.38%
GREEN value IS 51 (20.31% from 255) = 12.5%
BLUE value IS 180 (70.70% from 255) = 44.12%
R=43.38%
G=12.5%
B=44.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal177511800.020.7200.29298.655.8445.29
HexB133B424801D12b382d
Octal2616326421100354537055
Binary1011000111001110110100101001000011101100101011111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B133B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B133B4; }

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

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

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

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

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

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

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

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