#B840BF

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

Shades of Fuchsia #B840BF

Tints of Fuchsia #B840BF

Color information

#B840BF (or 0xB840BF) is unknown color: approx Fuchsia. HEX triplet: B8, 40 and BF. RGB value is (184,64,191). Sum of RGB (Red+Green+Blue) = 184+64+191=439 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.91% from 439); Green value is 64 (25.39% from 255 or 14.58% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 191 - color contains mainly: blue. Hex color #B840BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B840BF is #47BF40. Grayscale: #717171. Windows color (decimal): -4702017 or 12533944. OLE color: 12533944.

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

Color convert

RGB18464191-
CMYK0.040.6600.25
HSL296.69º49.8%50%-
HSV(B)296.69º66.49%74.9%-
XYZ3117.6251.06-
YUV114.36171.26177.67-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.91%
GREEN value IS 64 (25.39% from 255) = 14.58%
BLUE value IS 191 (75% from 255) = 43.51%
R=41.91%
G=14.58%
B=43.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal184641910.040.6600.25296.6949.850
HexB840BF4420191293232
Octal27010027741020314516262
Binary101110001000000101111111001000010011001100101001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B840BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B840BF; }

 p { color: rgb(184,64,191); }

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

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

 a { background-color: rgb(184,64,191); }

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

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

 span { border-color: rgb(184,64,191); }

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