#B034B1

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

Shades of Fuchsia #B034B1

Tints of Fuchsia #B034B1

Color information

#B034B1 (or 0xB034B1) is unknown color: approx Fuchsia. HEX triplet: B0, 34 and B1. RGB value is (176,52,177). Sum of RGB (Red+Green+Blue) = 176+52+177=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 52 (20.70% from 255 or 12.84% from 405); Blue value is 177 (69.53% from 255 or 43.70% from 405); Max value from RGB is 177 - color contains mainly: blue. Hex color #B034B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B034B1 is #4FCB4E. Grayscale: #666666. Windows color (decimal): -5229391 or 11613360. OLE color: 11613360.

HSL color Cylindrical-coordinate representation of color #B034B1: hue angle of 299.52º 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 #B034B1 is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17652177-
CMYK0.010.7100.31
HSL299.52º54.59%44.9%-
HSV(B)299.52º70.62%69.41%-
XYZ27.0714.8643.04-
YUV103.33169.58179.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.46%
GREEN value IS 52 (20.70% from 255) = 12.84%
BLUE value IS 177 (69.53% from 255) = 43.70%
R=43.46%
G=12.84%
B=43.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176521770.010.7100.31299.5254.5944.9
HexB034B114701F12c372d
Octal2606426111070374546755
Binary101100001101001011000111000111011111100101100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B034B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B034B1; }

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

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

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

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

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

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

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

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