#B658B5

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

Shades of Fuchsia #B658B5

Tints of Fuchsia #B658B5

Color information

#B658B5 (or 0xB658B5) is unknown color: approx Fuchsia. HEX triplet: B6, 58 and B5. RGB value is (182,88,181). Sum of RGB (Red+Green+Blue) = 182+88+181=451 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.35% from 451); Green value is 88 (34.77% from 255 or 19.51% from 451); Blue value is 181 (71.09% from 255 or 40.13% from 451); Max value from RGB is 182 - color contains mainly: red. Hex color #B658B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B658B5 is #49A74A. Grayscale: #7E7E7E. Windows color (decimal): -4826955 or 11884726. OLE color: 11884726.

HSL color Cylindrical-coordinate representation of color #B658B5: hue angle of 300.64º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B658B5 is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB18288181-
CMYK00.520.010.29
HSL300.64º39.17%52.94%-
HSV(B)300.64º51.65%71.37%-
XYZ31.1220.2645.99-
YUV126.71158.64167.44-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.35%
GREEN value IS 88 (34.77% from 255) = 19.51%
BLUE value IS 181 (71.09% from 255) = 40.13%
R=40.35%
G=19.51%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828818100.520.010.29300.6439.1752.94
HexB658B503411D12d2735
Octal2661302650641354554765
Binary101101101011000101101010110100111101100101101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B658B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B658B5; }

 p { color: rgb(182,88,181); }

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

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

 a { background-color: rgb(182,88,181); }

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

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

 span { border-color: rgb(182,88,181); }

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