#B84EB1

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

Shades of Fuchsia #B84EB1

Tints of Fuchsia #B84EB1

Color information

#B84EB1 (or 0xB84EB1) is unknown color: approx Fuchsia. HEX triplet: B8, 4E and B1. RGB value is (184,78,177). Sum of RGB (Red+Green+Blue) = 184+78+177=439 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.91% from 439); Green value is 78 (30.86% from 255 or 17.77% from 439); Blue value is 177 (69.53% from 255 or 40.32% from 439); Max value from RGB is 184 - color contains mainly: red. Hex color #B84EB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B84EB1 is #47B14E. Grayscale: #787878. Windows color (decimal): -4698447 or 11620024. OLE color: 11620024.

HSL color Cylindrical-coordinate representation of color #B84EB1: hue angle of 303.96º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B84EB1 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB18478177-
CMYK00.580.040.28
HSL303.96º42.74%51.37%-
HSV(B)303.96º57.61%72.16%-
XYZ30.4318.8143.62-
YUV120.98159.62172.95-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.91%
GREEN value IS 78 (30.86% from 255) = 17.77%
BLUE value IS 177 (69.53% from 255) = 40.32%
R=41.91%
G=17.77%
B=40.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1847817700.580.040.28303.9642.7451.37
HexB84EB103A41C1302b33
Octal2701162610724344605363
Binary10111000100111010110001011101010011100100110000101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84EB1; }

 p { color: rgb(184,78,177); }

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

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

 a { background-color: rgb(184,78,177); }

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

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

 span { border-color: rgb(184,78,177); }

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