#B134A8

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

Shades of Fuchsia #B134A8

Tints of Fuchsia #B134A8

Color information

#B134A8 (or 0xB134A8) is unknown color: approx Fuchsia. HEX triplet: B1, 34 and A8. RGB value is (177,52,168). Sum of RGB (Red+Green+Blue) = 177+52+168=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 168 (66.02% from 255 or 42.32% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B134A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B134A8 is #4ECB57. Grayscale: #666666. Windows color (decimal): -5163864 or 11023537. OLE color: 11023537.

HSL color Cylindrical-coordinate representation of color #B134A8: hue angle of 304.32º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B134A8 is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB17752168-
CMYK00.710.050.31
HSL304.32º54.59%44.9%-
HSV(B)304.32º70.62%69.41%-
XYZ26.4314.6338.48-
YUV102.6164.91181.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.58%
GREEN value IS 52 (20.70% from 255) = 13.10%
BLUE value IS 168 (66.02% from 255) = 42.32%
R=44.58%
G=13.10%
B=42.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775216800.710.050.31304.3254.5944.9
HexB134A804751F130372d
Octal2616425001075374606755
Binary10110001110100101010000100011110111111100110000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B134A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B134A8; }

 p { color: rgb(177,52,168); }

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

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

 a { background-color: rgb(177,52,168); }

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

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

 span { border-color: rgb(177,52,168); }

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