#B134BA

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

Shades of Fuchsia #B134BA

Tints of Fuchsia #B134BA

Color information

#B134BA (or 0xB134BA) is unknown color: approx Fuchsia. HEX triplet: B1, 34 and BA. RGB value is (177,52,186). Sum of RGB (Red+Green+Blue) = 177+52+186=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 52 (20.70% from 255 or 12.53% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #B134BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B134BA is #4ECB45. Grayscale: #686868. Windows color (decimal): -5163846 or 12203185. OLE color: 12203185.

HSL color Cylindrical-coordinate representation of color #B134BA: hue angle of 295.97º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B134BA is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17752186-
CMYK0.050.7200.27
HSL295.97º56.3%46.67%-
HSV(B)295.97º72.04%72.94%-
XYZ28.2215.3547.93-
YUV104.65173.91179.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.65%
GREEN value IS 52 (20.70% from 255) = 12.53%
BLUE value IS 186 (73.05% from 255) = 44.82%
R=42.65%
G=12.53%
B=44.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177521860.050.7200.27295.9756.346.67
HexB134BA54801B128382f
Octal2616427251100334507057
Binary10110001110100101110101011001000011011100101000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B134BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B134BA; }

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

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

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

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

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

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

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

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