#B141BD

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

Shades of Fuchsia #B141BD

Tints of Fuchsia #B141BD

Color information

#B141BD (or 0xB141BD) is unknown color: approx Fuchsia. HEX triplet: B1, 41 and BD. RGB value is (177,65,189). Sum of RGB (Red+Green+Blue) = 177+65+189=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 65 (25.78% from 255 or 15.08% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #B141BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B141BD is #4EBE42. Grayscale: #707070. Windows color (decimal): -5160515 or 12403121. OLE color: 12403121.

HSL color Cylindrical-coordinate representation of color #B141BD: hue angle of 294.19º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B141BD is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17765189-
CMYK0.060.6600.26
HSL294.19º48.82%49.8%-
HSV(B)294.19º65.61%74.12%-
XYZ29.2116.849.85-
YUV112.62171.11173.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.07%
GREEN value IS 65 (25.78% from 255) = 15.08%
BLUE value IS 189 (74.22% from 255) = 43.85%
R=41.07%
G=15.08%
B=43.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal177651890.060.6600.26294.1948.8249.8
HexB141BD64201A1263132
Octal26110127561020324466162
Binary101100011000001101111011101000010011010100100110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B141BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B141BD; }

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

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

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

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

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

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

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

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