#B772B5

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

Shades of Fuchsia #B772B5

Tints of Fuchsia #B772B5

Color information

#B772B5 (or 0xB772B5) is unknown color: approx Fuchsia. HEX triplet: B7, 72 and B5. RGB value is (183,114,181). Sum of RGB (Red+Green+Blue) = 183+114+181=478 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.28% from 478); Green value is 114 (44.92% from 255 or 23.85% from 478); Blue value is 181 (71.09% from 255 or 37.87% from 478); Max value from RGB is 183 - color contains mainly: red. Hex color #B772B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B772B5 is #488D4A. Grayscale: #8E8E8E. Windows color (decimal): -4754763 or 11891383. OLE color: 11891383.

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

Color convert

RGB183114181-
CMYK00.380.010.28
HSL301.74º32.39%58.24%-
HSV(B)301.74º37.7%71.76%-
XYZ33.8925.4446.84-
YUV142.27149.86157.05-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.28%
GREEN value IS 114 (44.92% from 255) = 23.85%
BLUE value IS 181 (71.09% from 255) = 37.87%
R=38.28%
G=23.85%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311418100.380.010.28301.7432.3958.24
HexB772B502611C12e203a
Octal2671622650461344564072
Binary101101111110010101101010100110111100100101110100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B772B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B772B5; }

 p { color: rgb(183,114,181); }

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

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

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

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

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

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

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