#B76CC3

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

Shades of Fuchsia #B76CC3

Tints of Fuchsia #B76CC3

Color information

#B76CC3 (or 0xB76CC3) is unknown color: approx Fuchsia. HEX triplet: B7, 6C and C3. RGB value is (183,108,195). Sum of RGB (Red+Green+Blue) = 183+108+195=486 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.65% from 486); Green value is 108 (42.58% from 255 or 22.22% from 486); Blue value is 195 (76.56% from 255 or 40.12% from 486); Max value from RGB is 195 - color contains mainly: blue. Hex color #B76CC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76CC3 is #48933C. Grayscale: #8C8C8C. Windows color (decimal): -4756285 or 12807351. OLE color: 12807351.

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

Color convert

RGB183108195-
CMYK0.060.4500.24
HSL291.72º42.03%59.41%-
HSV(B)291.72º44.62%76.47%-
XYZ34.7424.7354.57-
YUV140.34158.85158.43-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.65%
GREEN value IS 108 (42.58% from 255) = 22.22%
BLUE value IS 195 (76.56% from 255) = 40.12%
R=37.65%
G=22.22%
B=40.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1831081950.060.4500.24291.7242.0359.41
HexB76CC362D0181242a3b
Octal2671543036550304445273
Binary10110111110110011000011110101101011000100100100101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76CC3; }

 p { color: rgb(183,108,195); }

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

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

 a { background-color: rgb(183,108,195); }

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

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

 span { border-color: rgb(183,108,195); }

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