#B143B1

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

Shades of Fuchsia #B143B1

Tints of Fuchsia #B143B1

Color information

#B143B1 (or 0xB143B1) is unknown color: approx Fuchsia. HEX triplet: B1, 43 and B1. RGB value is (177,67,177). Sum of RGB (Red+Green+Blue) = 177+67+177=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 67 (26.56% from 255 or 15.91% from 421); Blue value is 177 (69.53% from 255 or 42.04% from 421); Max value from RGB is 177 - color contains mainly: red, blue. Hex color #B143B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B143B1 is #4EBC4E. Grayscale: #707070. Windows color (decimal): -5160015 or 11617201. OLE color: 11617201.

HSL color Cylindrical-coordinate representation of color #B143B1: hue angle of 300º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B143B1 is Cyan = 0, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17767177-
CMYK00.6200.31
HSL300º45.08%47.84%-
HSV(B)300º62.15%69.41%-
XYZ28.0716.5443.31-
YUV112.43164.44174.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.04%
GREEN value IS 67 (26.56% from 255) = 15.91%
BLUE value IS 177 (69.53% from 255) = 42.04%
R=42.04%
G=15.91%
B=42.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776717700.6200.3130045.0847.84
HexB143B103E01F12c2d30
Octal2611032610760374545560
Binary101100011000011101100010111110011111100101100101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B143B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B143B1; }

 p { color: rgb(177,67,177); }

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

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

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

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

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

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

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