#B948AE

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

Shades of Fuchsia #B948AE

Tints of Fuchsia #B948AE

Color information

#B948AE (or 0xB948AE) is unknown color: approx Fuchsia. HEX triplet: B9, 48 and AE. RGB value is (185,72,174). Sum of RGB (Red+Green+Blue) = 185+72+174=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 72 (28.52% from 255 or 16.71% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 185 - color contains mainly: red. Hex color #B948AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B948AE is #46B751. Grayscale: #757575. Windows color (decimal): -4634450 or 11421881. OLE color: 11421881.

HSL color Cylindrical-coordinate representation of color #B948AE: hue angle of 305.84º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B948AE is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB18572174-
CMYK00.610.060.27
HSL305.84º44.66%50.39%-
HSV(B)305.84º61.08%72.55%-
XYZ29.9618.0141.94-
YUV117.42159.94176.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.92%
GREEN value IS 72 (28.52% from 255) = 16.71%
BLUE value IS 174 (68.36% from 255) = 40.37%
R=42.92%
G=16.71%
B=40.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857217400.610.060.27305.8444.6650.39
HexB948AE03D61B1322d32
Octal2711102560756334625562
Binary10111001100100010101110011110111011011100110010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B948AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B948AE; }

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

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

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

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

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

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

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

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