#B13BB5

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

Shades of Fuchsia #B13BB5

Tints of Fuchsia #B13BB5

Color information

#B13BB5 (or 0xB13BB5) is unknown color: approx Fuchsia. HEX triplet: B1, 3B and B5. RGB value is (177,59,181). Sum of RGB (Red+Green+Blue) = 177+59+181=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 59 (23.44% from 255 or 14.15% from 417); Blue value is 181 (71.09% from 255 or 43.41% from 417); Max value from RGB is 181 - color contains mainly: blue. Hex color #B13BB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13BB5 is #4EC44A. Grayscale: #6B6B6B. Windows color (decimal): -5162059 or 11877297. OLE color: 11877297.

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

Color convert

RGB17759181-
CMYK0.020.6700.29
HSL298.03º50.83%47.06%-
HSV(B)298.03º67.4%70.98%-
XYZ28.0415.8145.29-
YUV108.19169.09177.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.45%
GREEN value IS 59 (23.44% from 255) = 14.15%
BLUE value IS 181 (71.09% from 255) = 43.41%
R=42.45%
G=14.15%
B=43.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal177591810.020.6700.29298.0350.8347.06
HexB13BB524301D12a332f
Octal2617326521030354526357
Binary1011000111101110110101101000011011101100101010110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13BB5; }

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

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

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

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

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

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

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

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