#B84FC0

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

Shades of Fuchsia #B84FC0

Tints of Fuchsia #B84FC0

Color information

#B84FC0 (or 0xB84FC0) is unknown color: approx Fuchsia. HEX triplet: B8, 4F and C0. RGB value is (184,79,192). Sum of RGB (Red+Green+Blue) = 184+79+192=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 79 (31.25% from 255 or 17.36% from 455); Blue value is 192 (75.39% from 255 or 42.20% from 455); Max value from RGB is 192 - color contains mainly: blue. Hex color #B84FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B84FC0 is #47B03F. Grayscale: #7A7A7A. Windows color (decimal): -4698176 or 12603320. OLE color: 12603320.

HSL color Cylindrical-coordinate representation of color #B84FC0: hue angle of 295.75º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B84FC0 is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18479192-
CMYK0.040.5900.25
HSL295.75º47.28%53.14%-
HSV(B)295.75º58.85%75.29%-
XYZ32.0819.5951.96-
YUV123.28166.79171.31-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.44%
GREEN value IS 79 (31.25% from 255) = 17.36%
BLUE value IS 192 (75.39% from 255) = 42.20%
R=40.44%
G=17.36%
B=42.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal184791920.040.5900.25295.7547.2853.14
HexB84FC043B0191282f35
Octal2701173004730314505765
Binary10111000100111111000000100111011011001100101000101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84FC0; }

 p { color: rgb(184,79,192); }

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

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

 a { background-color: rgb(184,79,192); }

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

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

 span { border-color: rgb(184,79,192); }

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