#B771BF

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

Shades of Fuchsia #B771BF

Tints of Fuchsia #B771BF

Color information

#B771BF (or 0xB771BF) is unknown color: approx Fuchsia. HEX triplet: B7, 71 and BF. RGB value is (183,113,191). Sum of RGB (Red+Green+Blue) = 183+113+191=487 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.58% from 487); Green value is 113 (44.53% from 255 or 23.20% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 191 - color contains mainly: blue. Hex color #B771BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B771BF is #488E40. Grayscale: #8E8E8E. Windows color (decimal): -4755009 or 12546487. OLE color: 12546487.

HSL color Cylindrical-coordinate representation of color #B771BF: hue angle of 293.85º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B771BF is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB183113191-
CMYK0.040.4100.25
HSL293.85º37.86%59.61%-
HSV(B)293.85º40.84%74.9%-
XYZ34.8425.6452.4-
YUV142.82155.19156.66-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.58%
GREEN value IS 113 (44.53% from 255) = 23.20%
BLUE value IS 191 (75% from 255) = 39.22%
R=37.58%
G=23.20%
B=39.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831131910.040.4100.25293.8537.8659.61
HexB771BF429019126263c
Octal2671612774510314464674
Binary10110111111000110111111100101001011001100100110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B771BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B771BF; }

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

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

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

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

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

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

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

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