#B84DC6

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

Shades of Fuchsia #B84DC6

Tints of Fuchsia #B84DC6

Color information

#B84DC6 (or 0xB84DC6) is unknown color: approx Fuchsia. HEX triplet: B8, 4D and C6. RGB value is (184,77,198). Sum of RGB (Red+Green+Blue) = 184+77+198=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 77 (30.47% from 255 or 16.78% from 459); Blue value is 198 (77.73% from 255 or 43.14% from 459); Max value from RGB is 198 - color contains mainly: blue. Hex color #B84DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B84DC6 is #47B239. Grayscale: #7A7A7A. Windows color (decimal): -4698682 or 12996024. OLE color: 12996024.

HSL color Cylindrical-coordinate representation of color #B84DC6: hue angle of 293.06º 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 #B84DC6 is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18477198-
CMYK0.070.6100.22
HSL293.06º51.49%53.92%-
HSV(B)293.06º61.11%77.65%-
XYZ32.6119.5855.49-
YUV122.79170.45171.66-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.09%
GREEN value IS 77 (30.47% from 255) = 16.78%
BLUE value IS 198 (77.73% from 255) = 43.14%
R=40.09%
G=16.78%
B=43.14%

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
Decimal184771980.070.6100.22293.0651.4953.92
HexB84DC673D0161253336
Octal2701153067750264456366
Binary10111000100110111000110111111101010110100100101110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84DC6; }

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

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

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

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

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

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

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

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