#b774bf

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

Shades of Fuchsia #B774BF

Tints of Fuchsia #B774BF

Color information

#B774BF (or 0xB774BF) is unknown color: approx Fuchsia. HEX triplet: B7, 74 and BF. RGB value is (183,116,191). Sum of RGB (Red+Green+Blue) = 183+116+191=490 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.35% from 490); Green value is 116 (45.70% from 255 or 23.67% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 191 - color contains mainly: blue. Hex color #B774BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B774BF is #488B40. Grayscale: #909090. Windows color (decimal): -4754241 or 12547255. OLE color: 12547255.

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

Color convert

RGB183116191-
CMYK0.040.3900.25
HSL293.6º36.95%60.2%-
HSV(B)293.6º39.27%74.9%-
XYZ35.1826.3252.52-
YUV144.58154.2155.4-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.35%
GREEN value IS 116 (45.70% from 255) = 23.67%
BLUE value IS 191 (75% from 255) = 38.98%
R=37.35%
G=23.67%
B=38.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831161910.040.3900.25293.636.9560.2
HexB774BF427019126253c
Octal2671642774470314464574
Binary10110111111010010111111100100111011001100100110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b774bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b774bf; }

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

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

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

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

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

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

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

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