#B34ABA

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

Shades of Fuchsia #B34ABA

Tints of Fuchsia #B34ABA

Color information

#B34ABA (or 0xB34ABA) is unknown color: approx Fuchsia. HEX triplet: B3, 4A and BA. RGB value is (179,74,186). Sum of RGB (Red+Green+Blue) = 179+74+186=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 74 (29.30% from 255 or 16.86% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #B34ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B34ABA is #4CB545. Grayscale: #757575. Windows color (decimal): -5027142 or 12208819. OLE color: 12208819.

HSL color Cylindrical-coordinate representation of color #B34ABA: hue angle of 296.25º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B34ABA is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17974186-
CMYK0.040.6000.27
HSL296.25º44.8%50.98%-
HSV(B)296.25º60.22%72.94%-
XYZ29.918.0348.36-
YUV118.16166.29171.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.77%
GREEN value IS 74 (29.30% from 255) = 16.86%
BLUE value IS 186 (73.05% from 255) = 42.37%
R=40.77%
G=16.86%
B=42.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal179741860.040.6000.27296.2544.850.98
HexB34ABA43C01B1282d33
Octal2631122724740334505563
Binary10110011100101010111010100111100011011100101000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34ABA; }

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

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

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

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

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

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

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

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