#B13FBD

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

Shades of Fuchsia #B13FBD

Tints of Fuchsia #B13FBD

Color information

#B13FBD (or 0xB13FBD) is unknown color: approx Fuchsia. HEX triplet: B1, 3F and BD. RGB value is (177,63,189). Sum of RGB (Red+Green+Blue) = 177+63+189=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 63 (25% from 255 or 14.69% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 189 - color contains mainly: blue. Hex color #B13FBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13FBD is #4EC042. Grayscale: #6F6F6F. Windows color (decimal): -5161027 or 12402609. OLE color: 12402609.

HSL color Cylindrical-coordinate representation of color #B13FBD: hue angle of 294.29º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B13FBD is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17763189-
CMYK0.060.6700.26
HSL294.29º50%49.41%-
HSV(B)294.29º66.67%74.12%-
XYZ29.0916.5849.81-
YUV111.45171.77174.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.26%
GREEN value IS 63 (25% from 255) = 14.69%
BLUE value IS 189 (74.22% from 255) = 44.06%
R=41.26%
G=14.69%
B=44.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal177631890.060.6700.26294.295049.41
HexB13FBD64301A1263231
Octal2617727561030324466261
Binary10110001111111101111011101000011011010100100110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13FBD; }

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

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

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

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

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

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

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

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