#B13FBE

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

Shades of Fuchsia #B13FBE

Tints of Fuchsia #B13FBE

Color information

#B13FBE (or 0xB13FBE) is unknown color: approx Fuchsia. HEX triplet: B1, 3F and BE. RGB value is (177,63,190). Sum of RGB (Red+Green+Blue) = 177+63+190=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 63 (25% from 255 or 14.65% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 190 - color contains mainly: blue. Hex color #B13FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13FBE is #4EC041. Grayscale: #6F6F6F. Windows color (decimal): -5161026 or 12468145. OLE color: 12468145.

HSL color Cylindrical-coordinate representation of color #B13FBE: hue angle of 293.86º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B13FBE is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17763190-
CMYK0.070.6700.25
HSL293.86º50.2%49.61%-
HSV(B)293.86º66.84%74.51%-
XYZ29.216.6250.38-
YUV111.56172.27174.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.16%
GREEN value IS 63 (25% from 255) = 14.65%
BLUE value IS 190 (74.61% from 255) = 44.19%
R=41.16%
G=14.65%
B=44.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal177631900.070.6700.25293.8650.249.61
HexB13FBE7430191263232
Octal2617727671030314466262
Binary10110001111111101111101111000011011001100100110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13FBE; }

 p { color: rgb(177,63,190); }

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

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

 a { background-color: rgb(177,63,190); }

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

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

 span { border-color: rgb(177,63,190); }

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