#B260BB

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

Shades of Fuchsia #B260BB

Tints of Fuchsia #B260BB

Color information

#B260BB (or 0xB260BB) is unknown color: approx Fuchsia. HEX triplet: B2, 60 and BB. RGB value is (178,96,187). Sum of RGB (Red+Green+Blue) = 178+96+187=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 96 (37.89% from 255 or 20.82% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 187 - color contains mainly: blue. Hex color #B260BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B260BB is #4D9F44. Grayscale: #828282. Windows color (decimal): -5087045 or 12279986. OLE color: 12279986.

HSL color Cylindrical-coordinate representation of color #B260BB: hue angle of 294.07º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B260BB is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17896187-
CMYK0.050.4900.27
HSL294.07º40.09%55.49%-
HSV(B)294.07º48.66%73.33%-
XYZ31.5121.4249.49-
YUV130.89159.67161.6-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.61%
GREEN value IS 96 (37.89% from 255) = 20.82%
BLUE value IS 187 (73.44% from 255) = 40.56%
R=38.61%
G=20.82%
B=40.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal178961870.050.4900.27294.0740.0955.49
HexB260BB53101B1262837
Octal2621402735610334465067
Binary10110010110000010111011101110001011011100100110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B260BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B260BB; }

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

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

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

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

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

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

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

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