#B13CAA

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

Shades of Fuchsia #B13CAA

Tints of Fuchsia #B13CAA

Color information

#B13CAA (or 0xB13CAA) is unknown color: approx Fuchsia. HEX triplet: B1, 3C and AA. RGB value is (177,60,170). Sum of RGB (Red+Green+Blue) = 177+60+170=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 60 (23.83% from 255 or 14.74% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B13CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13CAA is #4EC355. Grayscale: #6B6B6B. Windows color (decimal): -5161814 or 11156657. OLE color: 11156657.

HSL color Cylindrical-coordinate representation of color #B13CAA: hue angle of 303.59º 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 #B13CAA is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB17760170-
CMYK00.660.040.31
HSL303.59º49.37%46.47%-
HSV(B)303.59º66.1%69.41%-
XYZ2715.4839.6-
YUV107.52163.26177.56-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.49%
GREEN value IS 60 (23.83% from 255) = 14.74%
BLUE value IS 170 (66.80% from 255) = 41.77%
R=43.49%
G=14.74%
B=41.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776017000.660.040.31303.5949.3746.47
HexB13CAA04241F130312e
Octal2617425201024374606156
Binary10110001111100101010100100001010011111100110000110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13CAA; }

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

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

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

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

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

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

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

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