#B76CC1

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

Shades of Fuchsia #B76CC1

Tints of Fuchsia #B76CC1

Color information

#B76CC1 (or 0xB76CC1) is unknown color: approx Fuchsia. HEX triplet: B7, 6C and C1. RGB value is (183,108,193). Sum of RGB (Red+Green+Blue) = 183+108+193=484 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.81% from 484); Green value is 108 (42.58% from 255 or 22.31% from 484); Blue value is 193 (75.78% from 255 or 39.88% from 484); Max value from RGB is 193 - color contains mainly: blue. Hex color #B76CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76CC1 is #48933E. Grayscale: #8B8B8B. Windows color (decimal): -4756287 or 12676279. OLE color: 12676279.

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

Color convert

RGB183108193-
CMYK0.050.4400.24
HSL292.94º40.67%59.02%-
HSV(B)292.94º44.04%75.69%-
XYZ34.5224.6453.39-
YUV140.12157.85158.59-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.81%
GREEN value IS 108 (42.58% from 255) = 22.31%
BLUE value IS 193 (75.78% from 255) = 39.88%
R=37.81%
G=22.31%
B=39.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1831081930.050.4400.24292.9440.6759.02
HexB76CC152C018125293b
Octal2671543015540304455173
Binary10110111110110011000001101101100011000100100101101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76CC1; }

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

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

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

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

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

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

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

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