#B13BB9

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

Shades of Fuchsia #B13BB9

Tints of Fuchsia #B13BB9

Color information

#B13BB9 (or 0xB13BB9) is unknown color: approx Fuchsia. HEX triplet: B1, 3B and B9. RGB value is (177,59,185). Sum of RGB (Red+Green+Blue) = 177+59+185=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 59 (23.44% from 255 or 14.01% from 421); Blue value is 185 (72.66% from 255 or 43.94% from 421); Max value from RGB is 185 - color contains mainly: blue. Hex color #B13BB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13BB9 is #4EC446. Grayscale: #6C6C6C. Windows color (decimal): -5162055 or 12139441. OLE color: 12139441.

HSL color Cylindrical-coordinate representation of color #B13BB9: hue angle of 296.19º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B13BB9 is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17759185-
CMYK0.040.6800.27
HSL296.19º51.64%47.84%-
HSV(B)296.19º68.11%72.55%-
XYZ28.4515.9847.48-
YUV108.65171.09176.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.04%
GREEN value IS 59 (23.44% from 255) = 14.01%
BLUE value IS 185 (72.66% from 255) = 43.94%
R=42.04%
G=14.01%
B=43.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177591850.040.6800.27296.1951.6447.84
HexB13BB944401B1283430
Octal2617327141040334506460
Binary10110001111011101110011001000100011011100101000110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13BB9; }

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

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

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

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

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

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

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

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