#B13CA8

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

Shades of Fuchsia #B13CA8

Tints of Fuchsia #B13CA8

Color information

#B13CA8 (or 0xB13CA8) is unknown color: approx Fuchsia. HEX triplet: B1, 3C and A8. RGB value is (177,60,168). Sum of RGB (Red+Green+Blue) = 177+60+168=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 60 (23.83% from 255 or 14.81% from 405); Blue value is 168 (66.02% from 255 or 41.48% from 405); Max value from RGB is 177 - color contains mainly: red. Hex color #B13CA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13CA8 is #4EC357. Grayscale: #6A6A6A. Windows color (decimal): -5161816 or 11025585. OLE color: 11025585.

HSL color Cylindrical-coordinate representation of color #B13CA8: hue angle of 304.62º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B13CA8 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB17760168-
CMYK00.660.050.31
HSL304.62º49.37%46.47%-
HSV(B)304.62º66.1%69.41%-
XYZ26.8215.4138.61-
YUV107.3162.26177.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.70%
GREEN value IS 60 (23.83% from 255) = 14.81%
BLUE value IS 168 (66.02% from 255) = 41.48%
R=43.70%
G=14.81%
B=41.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776016800.660.050.31304.6249.3746.47
HexB13CA804251F131312e
Octal2617425001025374616156
Binary10110001111100101010000100001010111111100110001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13CA8; }

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

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

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

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

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

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

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

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