#B772BF

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

Shades of Fuchsia #B772BF

Tints of Fuchsia #B772BF

Color information

#B772BF (or 0xB772BF) is unknown color: approx Fuchsia. HEX triplet: B7, 72 and BF. RGB value is (183,114,191). Sum of RGB (Red+Green+Blue) = 183+114+191=488 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.5% from 488); Green value is 114 (44.92% from 255 or 23.36% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 191 - color contains mainly: blue. Hex color #B772BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B772BF is #488D40. Grayscale: #8F8F8F. Windows color (decimal): -4754753 or 12546743. OLE color: 12546743.

HSL color Cylindrical-coordinate representation of color #B772BF: hue angle of 293.77º degrees, saturation: 0.38, 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 #B772BF is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB183114191-
CMYK0.040.4000.25
HSL293.77º37.56%59.8%-
HSV(B)293.77º40.31%74.9%-
XYZ34.9525.8652.44-
YUV143.41154.86156.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.5%
GREEN value IS 114 (44.92% from 255) = 23.36%
BLUE value IS 191 (75% from 255) = 39.14%
R=37.5%
G=23.36%
B=39.14%

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
Decimal1831141910.040.4000.25293.7737.5659.8
HexB772BF428019126263c
Octal2671622774500314464674
Binary10110111111001010111111100101000011001100100110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B772BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B772BF; }

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

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

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

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

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

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

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

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