#B846AF

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

Shades of Fuchsia #B846AF

Tints of Fuchsia #B846AF

Color information

#B846AF (or 0xB846AF) is unknown color: approx Fuchsia. HEX triplet: B8, 46 and AF. RGB value is (184,70,175). Sum of RGB (Red+Green+Blue) = 184+70+175=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 70 (27.73% from 255 or 16.32% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 184 - color contains mainly: red. Hex color #B846AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B846AF is #47B950. Grayscale: #737373. Windows color (decimal): -4700497 or 11486904. OLE color: 11486904.

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

Color convert

RGB18470175-
CMYK00.620.050.28
HSL304.74º44.88%49.8%-
HSV(B)304.74º61.96%72.16%-
XYZ29.717.6742.4-
YUV116.06161.27176.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.89%
GREEN value IS 70 (27.73% from 255) = 16.32%
BLUE value IS 175 (68.75% from 255) = 40.79%
R=42.89%
G=16.32%
B=40.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1847017500.620.050.28304.7444.8849.8
HexB846AF03E51C1312d32
Octal2701062570765344615562
Binary10111000100011010101111011111010111100100110001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B846AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B846AF; }

 p { color: rgb(184,70,175); }

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

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

 a { background-color: rgb(184,70,175); }

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

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

 span { border-color: rgb(184,70,175); }

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