#B14FBB

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

Shades of Fuchsia #B14FBB

Tints of Fuchsia #B14FBB

Color information

#B14FBB (or 0xB14FBB) is unknown color: approx Fuchsia. HEX triplet: B1, 4F and BB. RGB value is (177,79,187). Sum of RGB (Red+Green+Blue) = 177+79+187=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 79 (31.25% from 255 or 17.83% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 187 - color contains mainly: blue. Hex color #B14FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14FBB is #4EB044. Grayscale: #787878. Windows color (decimal): -5156933 or 12275633. OLE color: 12275633.

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

Color convert

RGB17779187-
CMYK0.050.5800.27
HSL294.44º44.26%52.16%-
HSV(B)294.44º57.75%73.33%-
XYZ29.918.5349.01-
YUV120.61165.47168.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.95%
GREEN value IS 79 (31.25% from 255) = 17.83%
BLUE value IS 187 (73.44% from 255) = 42.21%
R=39.95%
G=17.83%
B=42.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177791870.050.5800.27294.4444.2652.16
HexB14FBB53A01B1262c34
Octal2611172735720334465464
Binary10110001100111110111011101111010011011100100110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14FBB; }

 p { color: rgb(177,79,187); }

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

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

 a { background-color: rgb(177,79,187); }

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

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

 span { border-color: rgb(177,79,187); }

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