#B259BF

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

Shades of Fuchsia #B259BF

Tints of Fuchsia #B259BF

Color information

#B259BF (or 0xB259BF) is unknown color: approx Fuchsia. HEX triplet: B2, 59 and BF. RGB value is (178,89,191). Sum of RGB (Red+Green+Blue) = 178+89+191=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 89 (35.16% from 255 or 19.43% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 191 - color contains mainly: blue. Hex color #B259BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B259BF is #4DA640. Grayscale: #7E7E7E. Windows color (decimal): -5088833 or 12540338. OLE color: 12540338.

HSL color Cylindrical-coordinate representation of color #B259BF: hue angle of 292.35º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B259BF is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17889191-
CMYK0.070.5300.25
HSL292.35º44.35%54.9%-
HSV(B)292.35º53.4%74.9%-
XYZ31.3420.3751.57-
YUV127.24163.99164.21-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.86%
GREEN value IS 89 (35.16% from 255) = 19.43%
BLUE value IS 191 (75% from 255) = 41.70%
R=38.86%
G=19.43%
B=41.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178891910.070.5300.25292.3544.3554.9
HexB259BF7350191242c37
Octal2621312777650314445467
Binary10110010101100110111111111110101011001100100100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B259BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B259BF; }

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

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

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

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

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

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

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

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