#B862AE

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

Shades of Fuchsia #B862AE

Tints of Fuchsia #B862AE

Color information

#B862AE (or 0xB862AE) is unknown color: approx Fuchsia. HEX triplet: B8, 62 and AE. RGB value is (184,98,174). Sum of RGB (Red+Green+Blue) = 184+98+174=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 98 (38.67% from 255 or 21.49% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 184 - color contains mainly: red. Hex color #B862AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B862AE is #479D51. Grayscale: #848484. Windows color (decimal): -4693330 or 11428536. OLE color: 11428536.

HSL color Cylindrical-coordinate representation of color #B862AE: hue angle of 306.98º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B862AE is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB18498174-
CMYK00.470.050.28
HSL306.98º37.72%55.29%-
HSV(B)306.98º46.74%72.16%-
XYZ31.7721.9842.61-
YUV132.38151.49164.82-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.35%
GREEN value IS 98 (38.67% from 255) = 21.49%
BLUE value IS 174 (68.36% from 255) = 38.16%
R=40.35%
G=21.49%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849817400.470.050.28306.9837.7255.29
HexB862AE02F51C1332637
Octal2701422560575344634667
Binary10111000110001010101110010111110111100100110011100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B862AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B862AE; }

 p { color: rgb(184,98,174); }

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

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

 a { background-color: rgb(184,98,174); }

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

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

 span { border-color: rgb(184,98,174); }

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