#B771BB

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

Shades of Fuchsia #B771BB

Tints of Fuchsia #B771BB

Color information

#B771BB (or 0xB771BB) is unknown color: approx Fuchsia. HEX triplet: B7, 71 and BB. RGB value is (183,113,187). Sum of RGB (Red+Green+Blue) = 183+113+187=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 113 (44.53% from 255 or 23.40% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 187 - color contains mainly: blue. Hex color #B771BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B771BB is #488E44. Grayscale: #8E8E8E. Windows color (decimal): -4755013 or 12284343. OLE color: 12284343.

HSL color Cylindrical-coordinate representation of color #B771BB: hue angle of 296.76º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B771BB is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB183113187-
CMYK0.020.4000.27
HSL296.76º35.24%58.82%-
HSV(B)296.76º39.57%73.33%-
XYZ34.425.4750.12-
YUV142.37153.19156.98-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.89%
GREEN value IS 113 (44.53% from 255) = 23.40%
BLUE value IS 187 (73.44% from 255) = 38.72%
R=37.89%
G=23.40%
B=38.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831131870.020.4000.27296.7635.2458.82
HexB771BB22801B129233b
Octal2671612732500334514373
Binary1011011111100011011101110101000011011100101001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B771BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B771BB; }

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

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

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

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

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

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

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

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