#B13FB1

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

Shades of Fuchsia #B13FB1

Tints of Fuchsia #B13FB1

Color information

#B13FB1 (or 0xB13FB1) is unknown color: approx Fuchsia. HEX triplet: B1, 3F and B1. RGB value is (177,63,177). Sum of RGB (Red+Green+Blue) = 177+63+177=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 63 (25% from 255 or 15.11% from 417); Blue value is 177 (69.53% from 255 or 42.45% from 417); Max value from RGB is 177 - color contains mainly: red, blue. Hex color #B13FB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13FB1 is #4EC04E. Grayscale: #6D6D6D. Windows color (decimal): -5161039 or 11616177. OLE color: 11616177.

HSL color Cylindrical-coordinate representation of color #B13FB1: hue angle of 300º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B13FB1 is Cyan = 0, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17763177-
CMYK00.6400.31
HSL300º47.5%47.06%-
HSV(B)300º64.41%69.41%-
XYZ27.8416.0843.23-
YUV110.08165.77175.73-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.45%
GREEN value IS 63 (25% from 255) = 15.11%
BLUE value IS 177 (69.53% from 255) = 42.45%
R=42.45%
G=15.11%
B=42.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776317700.6400.3130047.547.06
HexB13FB104001F12c302f
Octal2617726101000374546057
Binary101100011111111011000101000000011111100101100110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13FB1; }

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

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

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

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

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

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

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

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