#B84EC6

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

Shades of Fuchsia #B84EC6

Tints of Fuchsia #B84EC6

Color information

#B84EC6 (or 0xB84EC6) is unknown color: approx Fuchsia. HEX triplet: B8, 4E and C6. RGB value is (184,78,198). Sum of RGB (Red+Green+Blue) = 184+78+198=460 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40% from 460); Green value is 78 (30.86% from 255 or 16.96% from 460); Blue value is 198 (77.73% from 255 or 43.04% from 460); Max value from RGB is 198 - color contains mainly: blue. Hex color #B84EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B84EC6 is #47B139. Grayscale: #7B7B7B. Windows color (decimal): -4698426 or 12996280. OLE color: 12996280.

HSL color Cylindrical-coordinate representation of color #B84EC6: hue angle of 293º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B84EC6 is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18478198-
CMYK0.070.6100.22
HSL293º51.28%54.12%-
HSV(B)293º60.61%77.65%-
XYZ32.6819.7255.51-
YUV123.37170.12171.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40%
GREEN value IS 78 (30.86% from 255) = 16.96%
BLUE value IS 198 (77.73% from 255) = 43.04%
R=40%
G=16.96%
B=43.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal184781980.070.6100.2229351.2854.12
HexB84EC673D0161253336
Octal2701163067750264456366
Binary10111000100111011000110111111101010110100100101110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84EC6; }

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

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

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

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

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

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

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

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