#B13EB0

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

Shades of Fuchsia #B13EB0

Tints of Fuchsia #B13EB0

Color information

#B13EB0 (or 0xB13EB0) is unknown color: approx Fuchsia. HEX triplet: B1, 3E and B0. RGB value is (177,62,176). Sum of RGB (Red+Green+Blue) = 177+62+176=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 62 (24.61% from 255 or 14.94% from 415); Blue value is 176 (69.14% from 255 or 42.41% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B13EB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13EB0 is #4EC14F. Grayscale: #6D6D6D. Windows color (decimal): -5161296 or 11550385. OLE color: 11550385.

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

Color convert

RGB17762176-
CMYK00.650.010.31
HSL300.52º48.12%46.86%-
HSV(B)300.52º64.97%69.41%-
XYZ27.6915.9342.69-
YUV109.38165.6176.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.65%
GREEN value IS 62 (24.61% from 255) = 14.94%
BLUE value IS 176 (69.14% from 255) = 42.41%
R=42.65%
G=14.94%
B=42.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776217600.650.010.31300.5248.1246.86
HexB13EB004111F12d302f
Octal2617626001011374556057
Binary101100011111101011000001000001111111100101101110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13EB0; }

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

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

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

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

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

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

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

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