#B34BAF

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

Shades of Fuchsia #B34BAF

Tints of Fuchsia #B34BAF

Color information

#B34BAF (or 0xB34BAF) is unknown color: approx Fuchsia. HEX triplet: B3, 4B and AF. RGB value is (179,75,175). Sum of RGB (Red+Green+Blue) = 179+75+175=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 75 (29.69% from 255 or 17.48% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 179 - color contains mainly: red. Hex color #B34BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34BAF is #4CB450. Grayscale: #757575. Windows color (decimal): -5026897 or 11488179. OLE color: 11488179.

HSL color Cylindrical-coordinate representation of color #B34BAF: hue angle of 302.31º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B34BAF is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB17975175-
CMYK00.580.020.30
HSL302.31º40.94%49.8%-
HSV(B)302.31º58.1%70.2%-
XYZ28.8417.7142.46-
YUV117.5160.46171.87-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.72%
GREEN value IS 75 (29.69% from 255) = 17.48%
BLUE value IS 175 (68.75% from 255) = 40.79%
R=41.72%
G=17.48%
B=40.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797517500.580.020.30302.3140.9449.8
HexB34BAF03A21E12e2932
Octal2631132570722364565162
Binary1011001110010111010111101110101011110100101110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34BAF; }

 p { color: rgb(179,75,175); }

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

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

 a { background-color: rgb(179,75,175); }

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

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

 span { border-color: rgb(179,75,175); }

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