#B856A7

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

Shades of Fuchsia #B856A7

Tints of Fuchsia #B856A7

Color information

#B856A7 (or 0xB856A7) is unknown color: approx Fuchsia. HEX triplet: B8, 56 and A7. RGB value is (184,86,167). Sum of RGB (Red+Green+Blue) = 184+86+167=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 86 (33.98% from 255 or 19.68% from 437); Blue value is 167 (65.62% from 255 or 38.22% from 437); Max value from RGB is 184 - color contains mainly: red. Hex color #B856A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B856A7 is #47A958. Grayscale: #7C7C7C. Windows color (decimal): -4696409 or 10966712. OLE color: 10966712.

HSL color Cylindrical-coordinate representation of color #B856A7: hue angle of 310.41º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B856A7 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB18486167-
CMYK00.530.090.28
HSL310.41º40.83%52.94%-
HSV(B)310.41º53.26%72.16%-
XYZ30.0719.6438.76-
YUV124.54151.97170.41-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.11%
GREEN value IS 86 (33.98% from 255) = 19.68%
BLUE value IS 167 (65.62% from 255) = 38.22%
R=42.11%
G=19.68%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.09
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848616700.530.090.28310.4140.8352.94
HexB856A703591C1362935
Octal27012624706511344665165
Binary101110001010110101001110110101100111100100110110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B856A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B856A7; }

 p { color: rgb(184,86,167); }

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

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

 a { background-color: rgb(184,86,167); }

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

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

 span { border-color: rgb(184,86,167); }

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