#B13BB7

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

Shades of Fuchsia #B13BB7

Tints of Fuchsia #B13BB7

Color information

#B13BB7 (or 0xB13BB7) is unknown color: approx Fuchsia. HEX triplet: B1, 3B and B7. RGB value is (177,59,183). Sum of RGB (Red+Green+Blue) = 177+59+183=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 59 (23.44% from 255 or 14.08% from 419); Blue value is 183 (71.88% from 255 or 43.68% from 419); Max value from RGB is 183 - color contains mainly: blue. Hex color #B13BB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13BB7 is #4EC448. Grayscale: #6C6C6C. Windows color (decimal): -5162057 or 12008369. OLE color: 12008369.

HSL color Cylindrical-coordinate representation of color #B13BB7: hue angle of 297.1º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B13BB7 is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17759183-
CMYK0.030.6800.28
HSL297.1º51.24%47.45%-
HSV(B)297.1º67.76%71.76%-
XYZ28.2415.8946.38-
YUV108.42170.09176.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.24%
GREEN value IS 59 (23.44% from 255) = 14.08%
BLUE value IS 183 (71.88% from 255) = 43.68%
R=42.24%
G=14.08%
B=43.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal177591830.030.6800.28297.151.2447.45
HexB13BB734401C129332f
Octal2617326731040344516357
Binary1011000111101110110111111000100011100100101001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13BB7; }

 p { color: rgb(177,59,183); }

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

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

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

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

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

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

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