#B761BB

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

Shades of Fuchsia #B761BB

Tints of Fuchsia #B761BB

Color information

#B761BB (or 0xB761BB) is unknown color: approx Fuchsia. HEX triplet: B7, 61 and BB. RGB value is (183,97,187). Sum of RGB (Red+Green+Blue) = 183+97+187=467 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.19% from 467); Green value is 97 (38.28% from 255 or 20.77% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 187 - color contains mainly: blue. Hex color #B761BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B761BB is #489E44. Grayscale: #848484. Windows color (decimal): -4759109 or 12280247. OLE color: 12280247.

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

Color convert

RGB18397187-
CMYK0.020.4800.27
HSL297.33º39.82%55.69%-
HSV(B)297.33º48.13%73.33%-
XYZ32.7722.249.57-
YUV132.97158.49163.68-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.19%
GREEN value IS 97 (38.28% from 255) = 20.77%
BLUE value IS 187 (73.44% from 255) = 40.04%
R=39.19%
G=20.77%
B=40.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal183971870.020.4800.27297.3339.8255.69
HexB761BB23001B1292838
Octal2671412732600334515070
Binary1011011111000011011101110110000011011100101001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B761BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B761BB; }

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

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

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

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

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

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

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

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