#B771B5

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

Shades of Fuchsia #B771B5

Tints of Fuchsia #B771B5

Color information

#B771B5 (or 0xB771B5) is unknown color: approx Fuchsia. HEX triplet: B7, 71 and B5. RGB value is (183,113,181). Sum of RGB (Red+Green+Blue) = 183+113+181=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 113 (44.53% from 255 or 23.69% from 477); Blue value is 181 (71.09% from 255 or 37.95% from 477); Max value from RGB is 183 - color contains mainly: red. Hex color #B771B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B771B5 is #488E4A. Grayscale: #8D8D8D. Windows color (decimal): -4755019 or 11891127. OLE color: 11891127.

HSL color Cylindrical-coordinate representation of color #B771B5: hue angle of 301.71º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B771B5 is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB183113181-
CMYK00.380.010.28
HSL301.71º32.71%58.04%-
HSV(B)301.71º38.25%71.76%-
XYZ33.7725.2146.8-
YUV141.68150.19157.47-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.36%
GREEN value IS 113 (44.53% from 255) = 23.69%
BLUE value IS 181 (71.09% from 255) = 37.95%
R=38.36%
G=23.69%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311318100.380.010.28301.7132.7158.04
HexB771B502611C12e213a
Octal2671612650461344564172
Binary101101111110001101101010100110111100100101110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B771B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B771B5; }

 p { color: rgb(183,113,181); }

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

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

 a { background-color: rgb(183,113,181); }

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

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

 span { border-color: rgb(183,113,181); }

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