#B958AE

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

Shades of Fuchsia #B958AE

Tints of Fuchsia #B958AE

Color information

#B958AE (or 0xB958AE) is unknown color: approx Fuchsia. HEX triplet: B9, 58 and AE. RGB value is (185,88,174). Sum of RGB (Red+Green+Blue) = 185+88+174=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 88 (34.77% from 255 or 19.69% from 447); Blue value is 174 (68.36% from 255 or 38.93% from 447); Max value from RGB is 185 - color contains mainly: red. Hex color #B958AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B958AE is #46A751. Grayscale: #7E7E7E. Windows color (decimal): -4630354 or 11425977. OLE color: 11425977.

HSL color Cylindrical-coordinate representation of color #B958AE: hue angle of 306.8º degrees, saturation: 0.41, 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 #B958AE is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB18588174-
CMYK00.520.060.27
HSL306.8º40.93%53.53%-
HSV(B)306.8º52.43%72.55%-
XYZ31.1420.3542.33-
YUV126.81154.64169.51-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.39%
GREEN value IS 88 (34.77% from 255) = 19.69%
BLUE value IS 174 (68.36% from 255) = 38.93%
R=41.39%
G=19.69%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858817400.520.060.27306.840.9353.53
HexB958AE03461B1332936
Octal2711302560646334635166
Binary10111001101100010101110011010011011011100110011101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B958AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B958AE; }

 p { color: rgb(185,88,174); }

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

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

 a { background-color: rgb(185,88,174); }

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

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

 span { border-color: rgb(185,88,174); }

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