#B260C0

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

Shades of Fuchsia #B260C0

Tints of Fuchsia #B260C0

Color information

#B260C0 (or 0xB260C0) is unknown color: approx Fuchsia. HEX triplet: B2, 60 and C0. RGB value is (178,96,192). Sum of RGB (Red+Green+Blue) = 178+96+192=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 96 (37.89% from 255 or 20.60% from 466); Blue value is 192 (75.39% from 255 or 41.20% from 466); Max value from RGB is 192 - color contains mainly: blue. Hex color #B260C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B260C0 is #4D9F3F. Grayscale: #838383. Windows color (decimal): -5087040 or 12607666. OLE color: 12607666.

HSL color Cylindrical-coordinate representation of color #B260C0: hue angle of 291.25º 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 #B260C0 is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17896192-
CMYK0.070.5000.25
HSL291.25º43.24%56.47%-
HSV(B)291.25º50%75.29%-
XYZ32.0621.6452.36-
YUV131.46162.17161.19-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.20%
GREEN value IS 96 (37.89% from 255) = 20.60%
BLUE value IS 192 (75.39% from 255) = 41.20%
R=38.20%
G=20.60%
B=41.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178961920.070.5000.25291.2543.2456.47
HexB260C07320191232b38
Octal2621403007620314435370
Binary10110010110000011000000111110010011001100100011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B260C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B260C0; }

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

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

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

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

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

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

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

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