#B259B5

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

Shades of Fuchsia #B259B5

Tints of Fuchsia #B259B5

Color information

#B259B5 (or 0xB259B5) is unknown color: approx Fuchsia. HEX triplet: B2, 59 and B5. RGB value is (178,89,181). Sum of RGB (Red+Green+Blue) = 178+89+181=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 89 (35.16% from 255 or 19.87% from 448); Blue value is 181 (71.09% from 255 or 40.40% from 448); Max value from RGB is 181 - color contains mainly: blue. Hex color #B259B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B259B5 is #4DA64A. Grayscale: #7D7D7D. Windows color (decimal): -5088843 or 11884978. OLE color: 11884978.

HSL color Cylindrical-coordinate representation of color #B259B5: hue angle of 298.04º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B259B5 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17889181-
CMYK0.020.5100.29
HSL298.04º38.33%52.94%-
HSV(B)298.04º50.83%70.98%-
XYZ30.2719.9545.97-
YUV126.1158.99165.02-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.73%
GREEN value IS 89 (35.16% from 255) = 19.87%
BLUE value IS 181 (71.09% from 255) = 40.40%
R=39.73%
G=19.87%
B=40.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal178891810.020.5100.29298.0438.3352.94
HexB259B523301D12a2635
Octal2621312652630354524665
Binary1011001010110011011010110110011011101100101010100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B259B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B259B5; }

 p { color: rgb(178,89,181); }

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

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

 a { background-color: rgb(178,89,181); }

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

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

 span { border-color: rgb(178,89,181); }

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