#B261BE

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

Shades of Fuchsia #B261BE

Tints of Fuchsia #B261BE

Color information

#B261BE (or 0xB261BE) is unknown color: approx Fuchsia. HEX triplet: B2, 61 and BE. RGB value is (178,97,190). Sum of RGB (Red+Green+Blue) = 178+97+190=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 97 (38.28% from 255 or 20.86% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #B261BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B261BE is #4D9E41. Grayscale: #838383. Windows color (decimal): -5086786 or 12476850. OLE color: 12476850.

HSL color Cylindrical-coordinate representation of color #B261BE: hue angle of 292.26º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B261BE is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17897190-
CMYK0.060.4900.25
HSL292.26º41.7%56.27%-
HSV(B)292.26º48.95%74.51%-
XYZ31.9321.7351.23-
YUV131.82160.84160.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.28%
GREEN value IS 97 (38.28% from 255) = 20.86%
BLUE value IS 190 (74.61% from 255) = 40.86%
R=38.28%
G=20.86%
B=40.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178971900.060.4900.25292.2641.756.27
HexB261BE6310191242a38
Octal2621412766610314445270
Binary10110010110000110111110110110001011001100100100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B261BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B261BE; }

 p { color: rgb(178,97,190); }

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

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

 a { background-color: rgb(178,97,190); }

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

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

 span { border-color: rgb(178,97,190); }

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