#B259BB

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

Shades of Fuchsia #B259BB

Tints of Fuchsia #B259BB

Color information

#B259BB (or 0xB259BB) is unknown color: approx Fuchsia. HEX triplet: B2, 59 and BB. RGB value is (178,89,187). Sum of RGB (Red+Green+Blue) = 178+89+187=454 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.21% from 454); Green value is 89 (35.16% from 255 or 19.60% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 187 - color contains mainly: blue. Hex color #B259BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B259BB is #4DA644. Grayscale: #7E7E7E. Windows color (decimal): -5088837 or 12278194. OLE color: 12278194.

HSL color Cylindrical-coordinate representation of color #B259BB: hue angle of 294.49º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B259BB is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17889187-
CMYK0.050.5200.27
HSL294.49º41.88%54.12%-
HSV(B)294.49º52.41%73.33%-
XYZ30.920.249.28-
YUV126.78161.99164.53-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.21%
GREEN value IS 89 (35.16% from 255) = 19.60%
BLUE value IS 187 (73.44% from 255) = 41.19%
R=39.21%
G=19.60%
B=41.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal178891870.050.5200.27294.4941.8854.12
HexB259BB53401B1262a36
Octal2621312735640334465266
Binary10110010101100110111011101110100011011100100110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B259BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B259BB; }

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

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

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

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

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

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

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

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