#B259B7

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

Shades of Fuchsia #B259B7

Tints of Fuchsia #B259B7

Color information

#B259B7 (or 0xB259B7) is unknown color: approx Fuchsia. HEX triplet: B2, 59 and B7. RGB value is (178,89,183). Sum of RGB (Red+Green+Blue) = 178+89+183=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 89 (35.16% from 255 or 19.78% from 450); Blue value is 183 (71.88% from 255 or 40.67% from 450); Max value from RGB is 183 - color contains mainly: blue. Hex color #B259B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B259B7 is #4DA648. Grayscale: #7E7E7E. Windows color (decimal): -5088841 or 12016050. OLE color: 12016050.

HSL color Cylindrical-coordinate representation of color #B259B7: hue angle of 296.81º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B259B7 is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17889183-
CMYK0.030.5100.28
HSL296.81º39.5%53.33%-
HSV(B)296.81º51.37%71.76%-
XYZ30.4820.0347.06-
YUV126.33159.99164.86-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.56%
GREEN value IS 89 (35.16% from 255) = 19.78%
BLUE value IS 183 (71.88% from 255) = 40.67%
R=39.56%
G=19.78%
B=40.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal178891830.030.5100.28296.8139.553.33
HexB259B733301C1292735
Octal2621312673630344514765
Binary1011001010110011011011111110011011100100101001100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B259B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B259B7; }

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

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

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

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

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

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

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

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