#B13DB9

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

Shades of Fuchsia #B13DB9

Tints of Fuchsia #B13DB9

Color information

#B13DB9 (or 0xB13DB9) is unknown color: approx Fuchsia. HEX triplet: B1, 3D and B9. RGB value is (177,61,185). Sum of RGB (Red+Green+Blue) = 177+61+185=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 61 (24.22% from 255 or 14.42% from 423); Blue value is 185 (72.66% from 255 or 43.74% from 423); Max value from RGB is 185 - color contains mainly: blue. Hex color #B13DB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13DB9 is #4EC246. Grayscale: #6D6D6D. Windows color (decimal): -5161543 or 12139953. OLE color: 12139953.

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

Color convert

RGB17761185-
CMYK0.040.6700.27
HSL296.13º50.41%48.24%-
HSV(B)296.13º67.03%72.55%-
XYZ28.5616.1947.52-
YUV109.82170.43175.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.84%
GREEN value IS 61 (24.22% from 255) = 14.42%
BLUE value IS 185 (72.66% from 255) = 43.74%
R=41.84%
G=14.42%
B=43.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177611850.040.6700.27296.1350.4148.24
HexB13DB944301B1283230
Octal2617527141030334506260
Binary10110001111101101110011001000011011011100101000110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13DB9; }

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

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

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

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

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

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

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

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