#B773BB

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

Shades of Fuchsia #B773BB

Tints of Fuchsia #B773BB

Color information

#B773BB (or 0xB773BB) is unknown color: approx Fuchsia. HEX triplet: B7, 73 and BB. RGB value is (183,115,187). Sum of RGB (Red+Green+Blue) = 183+115+187=485 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.73% from 485); Green value is 115 (45.31% from 255 or 23.71% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 187 - color contains mainly: blue. Hex color #B773BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B773BB is #488C44. Grayscale: #8F8F8F. Windows color (decimal): -4754501 or 12284855. OLE color: 12284855.

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

Color convert

RGB183115187-
CMYK0.020.3900.27
HSL296.67º34.62%59.22%-
HSV(B)296.67º38.5%73.33%-
XYZ34.6325.9250.19-
YUV143.54152.53156.15-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.73%
GREEN value IS 115 (45.31% from 255) = 23.71%
BLUE value IS 187 (73.44% from 255) = 38.56%
R=37.73%
G=23.71%
B=38.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831151870.020.3900.27296.6734.6259.22
HexB773BB22701B129233b
Octal2671632732470334514373
Binary1011011111100111011101110100111011011100101001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B773BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B773BB; }

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

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

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

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

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

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

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

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