#B13EB3

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

Shades of Fuchsia #B13EB3

Tints of Fuchsia #B13EB3

Color information

#B13EB3 (or 0xB13EB3) is unknown color: approx Fuchsia. HEX triplet: B1, 3E and B3. RGB value is (177,62,179). Sum of RGB (Red+Green+Blue) = 177+62+179=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 62 (24.61% from 255 or 14.83% from 418); Blue value is 179 (70.31% from 255 or 42.82% from 418); Max value from RGB is 179 - color contains mainly: blue. Hex color #B13EB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13EB3 is #4EC14C. Grayscale: #6D6D6D. Windows color (decimal): -5161293 or 11746993. OLE color: 11746993.

HSL color Cylindrical-coordinate representation of color #B13EB3: hue angle of 298.97º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B13EB3 is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17762179-
CMYK0.010.6500.30
HSL298.97º48.55%47.25%-
HSV(B)298.97º65.36%70.2%-
XYZ27.9916.0544.27-
YUV109.72167.1175.99-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.34%
GREEN value IS 62 (24.61% from 255) = 14.83%
BLUE value IS 179 (70.31% from 255) = 42.82%
R=42.34%
G=14.83%
B=42.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal177621790.010.6500.30298.9748.5547.25
HexB13EB314101E12b312f
Octal2617626311010364536157
Binary101100011111101011001111000001011110100101011110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13EB3; }

 p { color: rgb(177,62,179); }

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

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

 a { background-color: rgb(177,62,179); }

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

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

 span { border-color: rgb(177,62,179); }

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