#B13DA7

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

Shades of Fuchsia #B13DA7

Tints of Fuchsia #B13DA7

Color information

#B13DA7 (or 0xB13DA7) is unknown color: approx Fuchsia. HEX triplet: B1, 3D and A7. RGB value is (177,61,167). Sum of RGB (Red+Green+Blue) = 177+61+167=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 61 (24.22% from 255 or 15.06% from 405); Blue value is 167 (65.62% from 255 or 41.23% from 405); Max value from RGB is 177 - color contains mainly: red. Hex color #B13DA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13DA7 is #4EC258. Grayscale: #6B6B6B. Windows color (decimal): -5161561 or 10960305. OLE color: 10960305.

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

Color convert

RGB17761167-
CMYK00.660.060.31
HSL305.17º48.74%46.67%-
HSV(B)305.17º65.54%69.41%-
XYZ26.7815.4738.13-
YUV107.77161.43177.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.70%
GREEN value IS 61 (24.22% from 255) = 15.06%
BLUE value IS 167 (65.62% from 255) = 41.23%
R=43.70%
G=15.06%
B=41.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776116700.660.060.31305.1748.7446.67
HexB13DA704261F131312f
Octal2617524701026374616157
Binary10110001111101101001110100001011011111100110001110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13DA7; }

 p { color: rgb(177,61,167); }

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

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

 a { background-color: rgb(177,61,167); }

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

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

 span { border-color: rgb(177,61,167); }

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