#B141A8

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

Shades of Fuchsia #B141A8

Tints of Fuchsia #B141A8

Color information

#B141A8 (or 0xB141A8) is unknown color: approx Fuchsia. HEX triplet: B1, 41 and A8. RGB value is (177,65,168). Sum of RGB (Red+Green+Blue) = 177+65+168=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 65 (25.78% from 255 or 15.85% from 410); Blue value is 168 (66.02% from 255 or 40.98% from 410); Max value from RGB is 177 - color contains mainly: red. Hex color #B141A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B141A8 is #4EBE57. Grayscale: #6D6D6D. Windows color (decimal): -5160536 or 11026865. OLE color: 11026865.

HSL color Cylindrical-coordinate representation of color #B141A8: hue angle of 304.82º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B141A8 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB17765168-
CMYK00.630.050.31
HSL304.82º46.28%47.45%-
HSV(B)304.82º63.28%69.41%-
XYZ27.0915.9538.7-
YUV110.23160.61175.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.17%
GREEN value IS 65 (25.78% from 255) = 15.85%
BLUE value IS 168 (66.02% from 255) = 40.98%
R=43.17%
G=15.85%
B=40.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776516800.630.050.31304.8246.2847.45
HexB141A803F51F1312e2f
Octal2611012500775374615657
Binary10110001100000110101000011111110111111100110001101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B141A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B141A8; }

 p { color: rgb(177,65,168); }

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

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

 a { background-color: rgb(177,65,168); }

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

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

 span { border-color: rgb(177,65,168); }

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