#B13CBB

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

Shades of Fuchsia #B13CBB

Tints of Fuchsia #B13CBB

Color information

#B13CBB (or 0xB13CBB) is unknown color: approx Fuchsia. HEX triplet: B1, 3C and BB. RGB value is (177,60,187). Sum of RGB (Red+Green+Blue) = 177+60+187=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 60 (23.83% from 255 or 14.15% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 187 - color contains mainly: blue. Hex color #B13CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13CBB is #4EC344. Grayscale: #6D6D6D. Windows color (decimal): -5161797 or 12270769. OLE color: 12270769.

HSL color Cylindrical-coordinate representation of color #B13CBB: hue angle of 295.28º degrees, saturation: 0.51, 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 #B13CBB is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17760187-
CMYK0.050.6800.27
HSL295.28º51.42%48.43%-
HSV(B)295.28º67.91%73.33%-
XYZ28.7216.1748.62-
YUV109.46171.76176.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.75%
GREEN value IS 60 (23.83% from 255) = 14.15%
BLUE value IS 187 (73.44% from 255) = 44.10%
R=41.75%
G=14.15%
B=44.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177601870.050.6800.27295.2851.4248.43
HexB13CBB54401B1273330
Octal2617427351040334476360
Binary10110001111100101110111011000100011011100100111110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13CBB; }

 p { color: rgb(177,60,187); }

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

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

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

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

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

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

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