#B774BE

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

Shades of Fuchsia #B774BE

Tints of Fuchsia #B774BE

Color information

#B774BE (or 0xB774BE) is unknown color: approx Fuchsia. HEX triplet: B7, 74 and BE. RGB value is (183,116,190). Sum of RGB (Red+Green+Blue) = 183+116+190=489 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.42% from 489); Green value is 116 (45.70% from 255 or 23.72% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 190 - color contains mainly: blue. Hex color #B774BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B774BE is #488B41. Grayscale: #909090. Windows color (decimal): -4754242 or 12481719. OLE color: 12481719.

HSL color Cylindrical-coordinate representation of color #B774BE: hue angle of 294.32º degrees, saturation: 0.36, 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 #B774BE is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB183116190-
CMYK0.040.3900.25
HSL294.32º36.27%60%-
HSV(B)294.32º38.95%74.51%-
XYZ35.0726.2851.94-
YUV144.47153.7155.48-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.42%
GREEN value IS 116 (45.70% from 255) = 23.72%
BLUE value IS 190 (74.61% from 255) = 38.85%
R=37.42%
G=23.72%
B=38.85%

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
Decimal1831161900.040.3900.25294.3236.2760
HexB774BE427019126243c
Octal2671642764470314464474
Binary10110111111010010111110100100111011001100100110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B774BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B774BE; }

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

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

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

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

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

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

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

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