#B14EBB

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

Shades of Fuchsia #B14EBB

Tints of Fuchsia #B14EBB

Color information

#B14EBB (or 0xB14EBB) is unknown color: approx Fuchsia. HEX triplet: B1, 4E and BB. RGB value is (177,78,187). Sum of RGB (Red+Green+Blue) = 177+78+187=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 78 (30.86% from 255 or 17.65% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 187 - color contains mainly: blue. Hex color #B14EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14EBB is #4EB144. Grayscale: #777777. Windows color (decimal): -5157189 or 12275377. OLE color: 12275377.

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

Color convert

RGB17778187-
CMYK0.050.5800.27
HSL294.5º44.49%51.96%-
HSV(B)294.5º58.29%73.33%-
XYZ29.8318.3848.99-
YUV120.03165.8168.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.05%
GREEN value IS 78 (30.86% from 255) = 17.65%
BLUE value IS 187 (73.44% from 255) = 42.31%
R=40.05%
G=17.65%
B=42.31%

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
Decimal177781870.050.5800.27294.544.4951.96
HexB14EBB53A01B1262c34
Octal2611162735720334465464
Binary10110001100111010111011101111010011011100100110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14EBB; }

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

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

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

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

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

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

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

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