#B773BF

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

Shades of Fuchsia #B773BF

Tints of Fuchsia #B773BF

Color information

#B773BF (or 0xB773BF) is unknown color: approx Fuchsia. HEX triplet: B7, 73 and BF. RGB value is (183,115,191). Sum of RGB (Red+Green+Blue) = 183+115+191=489 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.42% from 489); Green value is 115 (45.31% from 255 or 23.52% from 489); Blue value is 191 (75% from 255 or 39.06% from 489); Max value from RGB is 191 - color contains mainly: blue. Hex color #B773BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B773BF is #488C40. Grayscale: #8F8F8F. Windows color (decimal): -4754497 or 12546999. OLE color: 12546999.

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

Color convert

RGB183115191-
CMYK0.040.4000.25
HSL293.68º37.25%60%-
HSV(B)293.68º39.79%74.9%-
XYZ35.0626.0952.48-
YUV144154.53155.82-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.42%
GREEN value IS 115 (45.31% from 255) = 23.52%
BLUE value IS 191 (75% from 255) = 39.06%
R=37.42%
G=23.52%
B=39.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831151910.040.4000.25293.6837.2560
HexB773BF428019126253c
Octal2671632774500314464574
Binary10110111111001110111111100101000011001100100110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B773BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B773BF; }

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

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

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

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

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

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

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

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