#B14EBE

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

Shades of Fuchsia #B14EBE

Tints of Fuchsia #B14EBE

Color information

#B14EBE (or 0xB14EBE) is unknown color: approx Fuchsia. HEX triplet: B1, 4E and BE. RGB value is (177,78,190). Sum of RGB (Red+Green+Blue) = 177+78+190=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 78 (30.86% from 255 or 17.53% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #B14EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14EBE is #4EB141. Grayscale: #787878. Windows color (decimal): -5157186 or 12471985. OLE color: 12471985.

HSL color Cylindrical-coordinate representation of color #B14EBE: hue angle of 293.04º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B14EBE is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17778190-
CMYK0.070.5900.25
HSL293.04º46.28%52.55%-
HSV(B)293.04º58.95%74.51%-
XYZ30.1518.5150.7-
YUV120.37167.3168.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.78%
GREEN value IS 78 (30.86% from 255) = 17.53%
BLUE value IS 190 (74.61% from 255) = 42.70%
R=39.78%
G=17.53%
B=42.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal177781900.070.5900.25293.0446.2852.55
HexB14EBE73B0191252e35
Octal2611162767730314455665
Binary10110001100111010111110111111011011001100100101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14EBE; }

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

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

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

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

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

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

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

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