#B773C2

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

Shades of Fuchsia #B773C2

Tints of Fuchsia #B773C2

Color information

#B773C2 (or 0xB773C2) is unknown color: approx Fuchsia. HEX triplet: B7, 73 and C2. RGB value is (183,115,194). Sum of RGB (Red+Green+Blue) = 183+115+194=492 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.20% from 492); Green value is 115 (45.31% from 255 or 23.37% from 492); Blue value is 194 (76.17% from 255 or 39.43% from 492); Max value from RGB is 194 - color contains mainly: blue. Hex color #B773C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B773C2 is #488C3D. Grayscale: #909090. Windows color (decimal): -4754494 or 12743607. OLE color: 12743607.

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

Color convert

RGB183115194-
CMYK0.060.4100.24
HSL291.65º39.3%60.59%-
HSV(B)291.65º40.72%76.08%-
XYZ35.426.2254.24-
YUV144.34156.03155.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.20%
GREEN value IS 115 (45.31% from 255) = 23.37%
BLUE value IS 194 (76.17% from 255) = 39.43%
R=37.20%
G=23.37%
B=39.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1831151940.060.4100.24291.6539.360.59
HexB773C2629018124273d
Octal2671633026510304444775
Binary10110111111001111000010110101001011000100100100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B773C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B773C2; }

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

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

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

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

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

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

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

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