#B34ABE

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

Shades of Fuchsia #B34ABE

Tints of Fuchsia #B34ABE

Color information

#B34ABE (or 0xB34ABE) is unknown color: approx Fuchsia. HEX triplet: B3, 4A and BE. RGB value is (179,74,190). Sum of RGB (Red+Green+Blue) = 179+74+190=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 74 (29.30% from 255 or 16.70% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #B34ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B34ABE is #4CB541. Grayscale: #767676. Windows color (decimal): -5027138 or 12470963. OLE color: 12470963.

HSL color Cylindrical-coordinate representation of color #B34ABE: hue angle of 294.31º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B34ABE is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17974190-
CMYK0.060.6100.25
HSL294.31º47.15%51.76%-
HSV(B)294.31º61.05%74.51%-
XYZ30.3318.250.63-
YUV118.62168.29171.07-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.41%
GREEN value IS 74 (29.30% from 255) = 16.70%
BLUE value IS 190 (74.61% from 255) = 42.89%
R=40.41%
G=16.70%
B=42.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal179741900.060.6100.25294.3147.1551.76
HexB34ABE63D0191262f34
Octal2631122766750314465764
Binary10110011100101010111110110111101011001100100110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34ABE; }

 p { color: rgb(179,74,190); }

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

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

 a { background-color: rgb(179,74,190); }

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

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

 span { border-color: rgb(179,74,190); }

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