#B14DB3

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

Shades of Fuchsia #B14DB3

Tints of Fuchsia #B14DB3

Color information

#B14DB3 (or 0xB14DB3) is unknown color: approx Fuchsia. HEX triplet: B1, 4D and B3. RGB value is (177,77,179). Sum of RGB (Red+Green+Blue) = 177+77+179=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 179 (70.31% from 255 or 41.34% from 433); Max value from RGB is 179 - color contains mainly: blue. Hex color #B14DB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14DB3 is #4EB24C. Grayscale: #767676. Windows color (decimal): -5157453 or 11750833. OLE color: 11750833.

HSL color Cylindrical-coordinate representation of color #B14DB3: hue angle of 298.82º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B14DB3 is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17777179-
CMYK0.010.5700.30
HSL298.82º40.16%50.2%-
HSV(B)298.82º56.98%70.2%-
XYZ28.9217.9144.58-
YUV118.53162.13169.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.88%
GREEN value IS 77 (30.47% from 255) = 17.78%
BLUE value IS 179 (70.31% from 255) = 41.34%
R=40.88%
G=17.78%
B=41.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal177771790.010.5700.30298.8240.1650.2
HexB14DB313901E12b2832
Octal2611152631710364535062
Binary101100011001101101100111111001011110100101011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14DB3; }

 p { color: rgb(177,77,179); }

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

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

 a { background-color: rgb(177,77,179); }

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

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

 span { border-color: rgb(177,77,179); }

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