#B840BE

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

Shades of Fuchsia #B840BE

Tints of Fuchsia #B840BE

Color information

#B840BE (or 0xB840BE) is unknown color: approx Fuchsia. HEX triplet: B8, 40 and BE. RGB value is (184,64,190). Sum of RGB (Red+Green+Blue) = 184+64+190=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 64 (25.39% from 255 or 14.61% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #B840BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B840BE is #47BF41. Grayscale: #717171. Windows color (decimal): -4702018 or 12468408. OLE color: 12468408.

HSL color Cylindrical-coordinate representation of color #B840BE: hue angle of 297.14º 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 #B840BE is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18464190-
CMYK0.030.6600.25
HSL297.14º49.61%49.8%-
HSV(B)297.14º66.32%74.51%-
XYZ30.8917.5750.48-
YUV114.24170.76177.75-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.01%
GREEN value IS 64 (25.39% from 255) = 14.61%
BLUE value IS 190 (74.61% from 255) = 43.38%
R=42.01%
G=14.61%
B=43.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal184641900.030.6600.25297.1449.6149.8
HexB840BE3420191293232
Octal27010027631020314516262
Binary10111000100000010111110111000010011001100101001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B840BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B840BE; }

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

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

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

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

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

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

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

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