#B772C1

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

Shades of Fuchsia #B772C1

Tints of Fuchsia #B772C1

Color information

#B772C1 (or 0xB772C1) is unknown color: approx Fuchsia. HEX triplet: B7, 72 and C1. RGB value is (183,114,193). Sum of RGB (Red+Green+Blue) = 183+114+193=490 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.35% from 490); Green value is 114 (44.92% from 255 or 23.27% from 490); Blue value is 193 (75.78% from 255 or 39.39% from 490); Max value from RGB is 193 - color contains mainly: blue. Hex color #B772C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B772C1 is #488D3E. Grayscale: #8F8F8F. Windows color (decimal): -4754751 or 12677815. OLE color: 12677815.

HSL color Cylindrical-coordinate representation of color #B772C1: hue angle of 292.41º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B772C1 is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB183114193-
CMYK0.050.4100.24
HSL292.41º38.92%60.2%-
HSV(B)292.41º40.93%75.69%-
XYZ35.1725.9553.61-
YUV143.64155.86156.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.35%
GREEN value IS 114 (44.92% from 255) = 23.27%
BLUE value IS 193 (75.78% from 255) = 39.39%
R=37.35%
G=23.27%
B=39.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1831141930.050.4100.24292.4138.9260.2
HexB772C1529018124273c
Octal2671623015510304444774
Binary10110111111001011000001101101001011000100100100100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B772C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B772C1; }

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

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

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

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

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

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

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

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