#B134B4

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

Shades of Fuchsia #B134B4

Tints of Fuchsia #B134B4

Color information

#B134B4 (or 0xB134B4) is unknown color: approx Fuchsia. HEX triplet: B1, 34 and B4. RGB value is (177,52,180). Sum of RGB (Red+Green+Blue) = 177+52+180=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 52 (20.70% from 255 or 12.71% from 409); Blue value is 180 (70.70% from 255 or 44.01% from 409); Max value from RGB is 180 - color contains mainly: blue. Hex color #B134B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B134B4 is #4ECB4B. Grayscale: #676767. Windows color (decimal): -5163852 or 11809969. OLE color: 11809969.

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

Color convert

RGB17752180-
CMYK0.020.7100.29
HSL298.59º55.17%45.49%-
HSV(B)298.59º71.11%70.59%-
XYZ27.615.144.64-
YUV103.97170.91180.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.28%
GREEN value IS 52 (20.70% from 255) = 12.71%
BLUE value IS 180 (70.70% from 255) = 44.01%
R=43.28%
G=12.71%
B=44.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal177521800.020.7100.29298.5955.1745.49
HexB134B424701D12b372d
Octal2616426421070354536755
Binary1011000111010010110100101000111011101100101011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B134B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B134B4; }

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

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

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

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

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

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

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

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