#B773B4

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

Shades of Fuchsia #B773B4

Tints of Fuchsia #B773B4

Color information

#B773B4 (or 0xB773B4) is unknown color: approx Fuchsia. HEX triplet: B7, 73 and B4. RGB value is (183,115,180). Sum of RGB (Red+Green+Blue) = 183+115+180=478 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.28% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 180 (70.70% from 255 or 37.66% from 478); Max value from RGB is 183 - color contains mainly: red. Hex color #B773B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B773B4 is #488C4B. Grayscale: #8E8E8E. Windows color (decimal): -4754508 or 11826103. OLE color: 11826103.

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

Color convert

RGB183115180-
CMYK00.370.020.28
HSL302.65º32.08%58.43%-
HSV(B)302.65º37.16%71.76%-
XYZ33.925.6246.34-
YUV142.74149.03156.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.28%
GREEN value IS 115 (45.31% from 255) = 24.06%
BLUE value IS 180 (70.70% from 255) = 37.66%
R=38.28%
G=24.06%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311518000.370.020.28302.6532.0858.43
HexB773B402521C12f203a
Octal2671632640452344574072
Binary1011011111100111011010001001011011100100101111100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B773B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B773B4; }

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

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

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

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

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

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

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

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