#B13FB5

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

Shades of Fuchsia #B13FB5

Tints of Fuchsia #B13FB5

Color information

#B13FB5 (or 0xB13FB5) is unknown color: approx Fuchsia. HEX triplet: B1, 3F and B5. RGB value is (177,63,181). Sum of RGB (Red+Green+Blue) = 177+63+181=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 63 (25% from 255 or 14.96% from 421); Blue value is 181 (71.09% from 255 or 42.99% from 421); Max value from RGB is 181 - color contains mainly: blue. Hex color #B13FB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13FB5 is #4EC04A. Grayscale: #6E6E6E. Windows color (decimal): -5161035 or 11878321. OLE color: 11878321.

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

Color convert

RGB17763181-
CMYK0.020.6500.29
HSL297.97º48.36%47.84%-
HSV(B)297.97º65.19%70.98%-
XYZ28.2516.2445.36-
YUV110.54167.77175.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.04%
GREEN value IS 63 (25% from 255) = 14.96%
BLUE value IS 181 (71.09% from 255) = 42.99%
R=42.04%
G=14.96%
B=42.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal177631810.020.6500.29297.9748.3647.84
HexB13FB524101D12a3030
Octal2617726521010354526060
Binary1011000111111110110101101000001011101100101010110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13FB5; }

 p { color: rgb(177,63,181); }

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

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

 a { background-color: rgb(177,63,181); }

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

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

 span { border-color: rgb(177,63,181); }

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