#B34CBA

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

Shades of Fuchsia #B34CBA

Tints of Fuchsia #B34CBA

Color information

#B34CBA (or 0xB34CBA) is unknown color: approx Fuchsia. HEX triplet: B3, 4C and BA. RGB value is (179,76,186). Sum of RGB (Red+Green+Blue) = 179+76+186=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 76 (30.08% from 255 or 17.23% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #B34CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B34CBA is #4CB345. Grayscale: #777777. Windows color (decimal): -5026630 or 12209331. OLE color: 12209331.

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

Color convert

RGB17976186-
CMYK0.040.5900.27
HSL296.18º44.35%51.37%-
HSV(B)296.18º59.14%72.94%-
XYZ30.0418.348.4-
YUV119.34165.62170.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.59%
GREEN value IS 76 (30.08% from 255) = 17.23%
BLUE value IS 186 (73.05% from 255) = 42.18%
R=40.59%
G=17.23%
B=42.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal179761860.040.5900.27296.1844.3551.37
HexB34CBA43B01B1282c33
Octal2631142724730334505463
Binary10110011100110010111010100111011011011100101000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34CBA; }

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

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

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

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

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

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

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

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