#B260BF

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

Shades of Fuchsia #B260BF

Tints of Fuchsia #B260BF

Color information

#B260BF (or 0xB260BF) is unknown color: approx Fuchsia. HEX triplet: B2, 60 and BF. RGB value is (178,96,191). Sum of RGB (Red+Green+Blue) = 178+96+191=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 96 (37.89% from 255 or 20.65% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 191 - color contains mainly: blue. Hex color #B260BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B260BF is #4D9F40. Grayscale: #838383. Windows color (decimal): -5087041 or 12542130. OLE color: 12542130.

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

Color convert

RGB17896191-
CMYK0.070.5000.25
HSL291.79º42.6%56.27%-
HSV(B)291.79º49.74%74.9%-
XYZ31.9521.5951.77-
YUV131.35161.67161.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.28%
GREEN value IS 96 (37.89% from 255) = 20.65%
BLUE value IS 191 (75% from 255) = 41.08%
R=38.28%
G=20.65%
B=41.08%

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
Decimal178961910.070.5000.25291.7942.656.27
HexB260BF7320191242b38
Octal2621402777620314445370
Binary10110010110000010111111111110010011001100100100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B260BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B260BF; }

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

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

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

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

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

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

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

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