#B13EC2

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

Shades of Fuchsia #B13EC2

Tints of Fuchsia #B13EC2

Color information

#B13EC2 (or 0xB13EC2) is unknown color: approx Fuchsia. HEX triplet: B1, 3E and C2. RGB value is (177,62,194). Sum of RGB (Red+Green+Blue) = 177+62+194=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 62 (24.61% from 255 or 14.32% from 433); Blue value is 194 (76.17% from 255 or 44.80% from 433); Max value from RGB is 194 - color contains mainly: blue. Hex color #B13EC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13EC2 is #4EC13D. Grayscale: #6F6F6F. Windows color (decimal): -5161278 or 12730033. OLE color: 12730033.

HSL color Cylindrical-coordinate representation of color #B13EC2: hue angle of 292.27º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B13EC2 is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17762194-
CMYK0.090.6800.24
HSL292.27º51.97%50.2%-
HSV(B)292.27º68.04%76.08%-
XYZ29.5916.6952.7-
YUV111.43174.6174.77-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.88%
GREEN value IS 62 (24.61% from 255) = 14.32%
BLUE value IS 194 (76.17% from 255) = 44.80%
R=40.88%
G=14.32%
B=44.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal177621940.090.6800.24292.2751.9750.2
HexB13EC29440181243432
Octal26176302111040304446462
Binary101100011111101100001010011000100011000100100100110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13EC2; }

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

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

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

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

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

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

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

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