#B773B7

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

Shades of Fuchsia #B773B7

Tints of Fuchsia #B773B7

Color information

#B773B7 (or 0xB773B7) is unknown color: approx Fuchsia. HEX triplet: B7, 73 and B7. RGB value is (183,115,183). Sum of RGB (Red+Green+Blue) = 183+115+183=481 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.05% from 481); Green value is 115 (45.31% from 255 or 23.91% from 481); Blue value is 183 (71.88% from 255 or 38.05% from 481); Max value from RGB is 183 - color contains mainly: red, blue. Hex color #B773B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B773B7 is #488C48. Grayscale: #8E8E8E. Windows color (decimal): -4754505 or 12022711. OLE color: 12022711.

HSL color Cylindrical-coordinate representation of color #B773B7: hue angle of 300º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B773B7 is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB183115183-
CMYK00.3700.28
HSL300º32.08%58.43%-
HSV(B)300º37.16%71.76%-
XYZ34.2125.7547.97-
YUV143.08150.53156.47-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.05%
GREEN value IS 115 (45.31% from 255) = 23.91%
BLUE value IS 183 (71.88% from 255) = 38.05%
R=38.05%
G=23.91%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311518300.3700.2830032.0858.43
HexB773B702501C12c203a
Octal2671632670450344544072
Binary101101111110011101101110100101011100100101100100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B773B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B773B7; }

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

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

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

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

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

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

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

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