#B774BB

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

Shades of Fuchsia #B774BB

Tints of Fuchsia #B774BB

Color information

#B774BB (or 0xB774BB) is unknown color: approx Fuchsia. HEX triplet: B7, 74 and BB. RGB value is (183,116,187). Sum of RGB (Red+Green+Blue) = 183+116+187=486 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.65% from 486); Green value is 116 (45.70% from 255 or 23.87% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 187 - color contains mainly: blue. Hex color #B774BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B774BB is #488B44. Grayscale: #8F8F8F. Windows color (decimal): -4754245 or 12285111. OLE color: 12285111.

HSL color Cylindrical-coordinate representation of color #B774BB: hue angle of 296.62º 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 #B774BB is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB183116187-
CMYK0.020.3800.27
HSL296.62º34.3%59.41%-
HSV(B)296.62º37.97%73.33%-
XYZ34.7426.1550.23-
YUV144.13152.2155.73-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.65%
GREEN value IS 116 (45.70% from 255) = 23.87%
BLUE value IS 187 (73.44% from 255) = 38.48%
R=37.65%
G=23.87%
B=38.48%

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
Decimal1831161870.020.3800.27296.6234.359.41
HexB774BB22601B129223b
Octal2671642732460334514273
Binary1011011111101001011101110100110011011100101001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B774BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B774BB; }

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

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

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

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

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

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

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

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