#B76FBE

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

Shades of Fuchsia #B76FBE

Tints of Fuchsia #B76FBE

Color information

#B76FBE (or 0xB76FBE) is unknown color: approx Fuchsia. HEX triplet: B7, 6F and BE. RGB value is (183,111,190). Sum of RGB (Red+Green+Blue) = 183+111+190=484 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.81% from 484); Green value is 111 (43.75% from 255 or 22.93% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 190 - color contains mainly: blue. Hex color #B76FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76FBE is #489041. Grayscale: #8D8D8D. Windows color (decimal): -4755522 or 12480439. OLE color: 12480439.

HSL color Cylindrical-coordinate representation of color #B76FBE: hue angle of 294.68º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B76FBE is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB183111190-
CMYK0.040.4200.25
HSL294.68º37.8%59.02%-
HSV(B)294.68º41.58%74.51%-
XYZ34.5125.1551.75-
YUV141.53155.35157.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.81%
GREEN value IS 111 (43.75% from 255) = 22.93%
BLUE value IS 190 (74.61% from 255) = 39.26%
R=37.81%
G=22.93%
B=39.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831111900.040.4200.25294.6837.859.02
HexB76FBE42A019127263b
Octal2671572764520314474673
Binary10110111110111110111110100101010011001100100111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76FBE; }

 p { color: rgb(183,111,190); }

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

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

 a { background-color: rgb(183,111,190); }

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

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

 span { border-color: rgb(183,111,190); }

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