#B774BA

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

Shades of Fuchsia #B774BA

Tints of Fuchsia #B774BA

Color information

#B774BA (or 0xB774BA) is unknown color: approx Fuchsia. HEX triplet: B7, 74 and BA. RGB value is (183,116,186). Sum of RGB (Red+Green+Blue) = 183+116+186=485 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.73% from 485); Green value is 116 (45.70% from 255 or 23.92% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 186 - color contains mainly: blue. Hex color #B774BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B774BA is #488B45. Grayscale: #8F8F8F. Windows color (decimal): -4754246 or 12219575. OLE color: 12219575.

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

Color convert

RGB183116186-
CMYK0.020.3800.27
HSL297.43º33.65%59.22%-
HSV(B)297.43º37.63%72.94%-
XYZ34.6426.149.67-
YUV144.01151.7155.81-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.73%
GREEN value IS 116 (45.70% from 255) = 23.92%
BLUE value IS 186 (73.05% from 255) = 38.35%
R=37.73%
G=23.92%
B=38.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831161860.020.3800.27297.4333.6559.22
HexB774BA22601B129223b
Octal2671642722460334514273
Binary1011011111101001011101010100110011011100101001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B774BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B774BA; }

 p { color: rgb(183,116,186); }

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

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

 a { background-color: rgb(183,116,186); }

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

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

 span { border-color: rgb(183,116,186); }

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