#B14CBA

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

Shades of Fuchsia #B14CBA

Tints of Fuchsia #B14CBA

Color information

#B14CBA (or 0xB14CBA) is unknown color: approx Fuchsia. HEX triplet: B1, 4C and BA. RGB value is (177,76,186). Sum of RGB (Red+Green+Blue) = 177+76+186=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 76 (30.08% from 255 or 17.31% 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 #B14CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B14CBA is #4EB345. Grayscale: #767676. Windows color (decimal): -5157702 or 12209329. OLE color: 12209329.

HSL color Cylindrical-coordinate representation of color #B14CBA: hue angle of 295.09º 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 #B14CBA is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17776186-
CMYK0.050.5900.27
HSL295.09º44.35%51.37%-
HSV(B)295.09º59.14%72.94%-
XYZ29.5818.0648.38-
YUV118.74165.96169.56-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.32%
GREEN value IS 76 (30.08% from 255) = 17.31%
BLUE value IS 186 (73.05% from 255) = 42.37%
R=40.32%
G=17.31%
B=42.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177761860.050.5900.27295.0944.3551.37
HexB14CBA53B01B1272c33
Octal2611142725730334475463
Binary10110001100110010111010101111011011011100100111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14CBA; }

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

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

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

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

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

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

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

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