#B259B3

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

Shades of Fuchsia #B259B3

Tints of Fuchsia #B259B3

Color information

#B259B3 (or 0xB259B3) is unknown color: approx Fuchsia. HEX triplet: B2, 59 and B3. RGB value is (178,89,179). Sum of RGB (Red+Green+Blue) = 178+89+179=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 89 (35.16% from 255 or 19.96% from 446); Blue value is 179 (70.31% from 255 or 40.13% from 446); Max value from RGB is 179 - color contains mainly: blue. Hex color #B259B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B259B3 is #4DA64C. Grayscale: #7D7D7D. Windows color (decimal): -5088845 or 11753906. OLE color: 11753906.

HSL color Cylindrical-coordinate representation of color #B259B3: hue angle of 299.33º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B259B3 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17889179-
CMYK0.010.5000.30
HSL299.33º37.19%52.55%-
HSV(B)299.33º50.28%70.2%-
XYZ30.0719.8644.9-
YUV125.87157.99165.18-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.91%
GREEN value IS 89 (35.16% from 255) = 19.96%
BLUE value IS 179 (70.31% from 255) = 40.13%
R=39.91%
G=19.96%
B=40.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178891790.010.5000.30299.3337.1952.55
HexB259B313201E12b2535
Octal2621312631620364534565
Binary101100101011001101100111110010011110100101011100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B259B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B259B3; }

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

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

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

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

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

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

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

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