#b760c0

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

Shades of Fuchsia #B760C0

Tints of Fuchsia #B760C0

Color information

#B760C0 (or 0xB760C0) is unknown color: approx Fuchsia. HEX triplet: B7, 60 and C0. RGB value is (183,96,192). Sum of RGB (Red+Green+Blue) = 183+96+192=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 96 (37.89% from 255 or 20.38% from 471); Blue value is 192 (75.39% from 255 or 40.76% from 471); Max value from RGB is 192 - color contains mainly: blue. Hex color #B760C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B760C0 is #489F3F. Grayscale: #848484. Windows color (decimal): -4759360 or 12607671. OLE color: 12607671.

HSL color Cylindrical-coordinate representation of color #B760C0: hue angle of 294.38º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B760C0 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18396192-
CMYK0.050.5000.25
HSL294.38º43.24%56.47%-
HSV(B)294.38º50%75.29%-
XYZ33.2322.2452.41-
YUV132.96161.32163.69-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.85%
GREEN value IS 96 (37.89% from 255) = 20.38%
BLUE value IS 192 (75.39% from 255) = 40.76%
R=38.85%
G=20.38%
B=40.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal183961920.050.5000.25294.3843.2456.47
HexB760C05320191262b38
Octal2671403005620314465370
Binary10110111110000011000000101110010011001100100110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b760c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b760c0; }

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

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

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

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

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

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

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

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