#B258B8

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

Shades of Fuchsia #B258B8

Tints of Fuchsia #B258B8

Color information

#B258B8 (or 0xB258B8) is unknown color: approx Fuchsia. HEX triplet: B2, 58 and B8. RGB value is (178,88,184). Sum of RGB (Red+Green+Blue) = 178+88+184=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 88 (34.77% from 255 or 19.56% from 450); Blue value is 184 (72.27% from 255 or 40.89% from 450); Max value from RGB is 184 - color contains mainly: blue. Hex color #B258B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B258B8 is #4DA747. Grayscale: #7D7D7D. Windows color (decimal): -5089096 or 12081330. OLE color: 12081330.

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

Color convert

RGB17888184-
CMYK0.030.5200.28
HSL296.25º40.34%53.33%-
HSV(B)296.25º52.17%72.16%-
XYZ30.519.9147.58-
YUV125.85160.82165.19-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.56%
GREEN value IS 88 (34.77% from 255) = 19.56%
BLUE value IS 184 (72.27% from 255) = 40.89%
R=39.56%
G=19.56%
B=40.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal178881840.030.5200.28296.2540.3453.33
HexB258B833401C1282835
Octal2621302703640344505065
Binary1011001010110001011100011110100011100100101000101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B258B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B258B8; }

 p { color: rgb(178,88,184); }

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

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

 a { background-color: rgb(178,88,184); }

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

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

 span { border-color: rgb(178,88,184); }

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