#B760BD

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

Shades of Fuchsia #B760BD

Tints of Fuchsia #B760BD

Color information

#B760BD (or 0xB760BD) is unknown color: approx Fuchsia. HEX triplet: B7, 60 and BD. RGB value is (183,96,189). Sum of RGB (Red+Green+Blue) = 183+96+189=468 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.10% from 468); Green value is 96 (37.89% from 255 or 20.51% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 189 - color contains mainly: blue. Hex color #B760BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B760BD is #489F42. Grayscale: #848484. Windows color (decimal): -4759363 or 12411063. OLE color: 12411063.

HSL color Cylindrical-coordinate representation of color #B760BD: hue angle of 296.13º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B760BD is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18396189-
CMYK0.030.4900.26
HSL296.13º41.33%55.88%-
HSV(B)296.13º49.21%74.12%-
XYZ32.922.1150.68-
YUV132.61159.82163.94-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.10%
GREEN value IS 96 (37.89% from 255) = 20.51%
BLUE value IS 189 (74.22% from 255) = 40.38%
R=39.10%
G=20.51%
B=40.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal183961890.030.4900.26296.1341.3355.88
HexB760BD33101A1282938
Octal2671402753610324505170
Binary1011011111000001011110111110001011010100101000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B760BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B760BD; }

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

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

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

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

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

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

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

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