#B760B4

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

Shades of Fuchsia #B760B4

Tints of Fuchsia #B760B4

Color information

#B760B4 (or 0xB760B4) is unknown color: approx Fuchsia. HEX triplet: B7, 60 and B4. RGB value is (183,96,180). Sum of RGB (Red+Green+Blue) = 183+96+180=459 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.87% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 180 (70.70% from 255 or 39.22% from 459); Max value from RGB is 183 - color contains mainly: red. Hex color #B760B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B760B4 is #489F4B. Grayscale: #838383. Windows color (decimal): -4759372 or 11821239. OLE color: 11821239.

HSL color Cylindrical-coordinate representation of color #B760B4: hue angle of 302.07º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B760B4 is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB18396180-
CMYK00.480.020.28
HSL302.07º37.66%54.71%-
HSV(B)302.07º47.54%71.76%-
XYZ31.9521.7345.69-
YUV131.59155.32164.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.87%
GREEN value IS 96 (37.89% from 255) = 20.92%
BLUE value IS 180 (70.70% from 255) = 39.22%
R=39.87%
G=20.92%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839618000.480.020.28302.0737.6654.71
HexB760B403021C12e2637
Octal2671402640602344564667
Binary1011011111000001011010001100001011100100101110100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B760B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B760B4; }

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

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

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

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

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

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

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

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