#B760BB

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

Shades of Fuchsia #B760BB

Tints of Fuchsia #B760BB

Color information

#B760BB (or 0xB760BB) is unknown color: approx Fuchsia. HEX triplet: B7, 60 and BB. RGB value is (183,96,187). Sum of RGB (Red+Green+Blue) = 183+96+187=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 96 (37.89% from 255 or 20.60% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 187 - color contains mainly: blue. Hex color #B760BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B760BB is #489F44. Grayscale: #848484. Windows color (decimal): -4759365 or 12279991. OLE color: 12279991.

HSL color Cylindrical-coordinate representation of color #B760BB: hue angle of 297.36º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B760BB is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18396187-
CMYK0.020.4900.27
HSL297.36º40.09%55.49%-
HSV(B)297.36º48.66%73.33%-
XYZ32.6822.0249.54-
YUV132.39158.82164.1-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.27%
GREEN value IS 96 (37.89% from 255) = 20.60%
BLUE value IS 187 (73.44% from 255) = 40.13%
R=39.27%
G=20.60%
B=40.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal183961870.020.4900.27297.3640.0955.49
HexB760BB23101B1292837
Octal2671402732610334515067
Binary1011011111000001011101110110001011011100101001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B760BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B760BB; }

 p { color: rgb(183,96,187); }

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

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

 a { background-color: rgb(183,96,187); }

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

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

 span { border-color: rgb(183,96,187); }

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