#B258BD

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

Shades of Fuchsia #B258BD

Tints of Fuchsia #B258BD

Color information

#B258BD (or 0xB258BD) is unknown color: approx Fuchsia. HEX triplet: B2, 58 and BD. RGB value is (178,88,189). Sum of RGB (Red+Green+Blue) = 178+88+189=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 88 (34.77% from 255 or 19.34% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 189 - color contains mainly: blue. Hex color #B258BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B258BD is #4DA742. Grayscale: #7E7E7E. Windows color (decimal): -5089091 or 12409010. OLE color: 12409010.

HSL color Cylindrical-coordinate representation of color #B258BD: hue angle of 293.47º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B258BD is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17888189-
CMYK0.060.5300.26
HSL293.47º43.35%54.31%-
HSV(B)293.47º53.44%74.12%-
XYZ31.0420.1250.39-
YUV126.42163.32164.79-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.12%
GREEN value IS 88 (34.77% from 255) = 19.34%
BLUE value IS 189 (74.22% from 255) = 41.54%
R=39.12%
G=19.34%
B=41.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal178881890.060.5300.26293.4743.3554.31
HexB258BD63501A1252b36
Octal2621302756650324455366
Binary10110010101100010111101110110101011010100100101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B258BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B258BD; }

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

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

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

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

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

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

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

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