#B840BD

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

Shades of Fuchsia #B840BD

Tints of Fuchsia #B840BD

Color information

#B840BD (or 0xB840BD) is unknown color: approx Fuchsia. HEX triplet: B8, 40 and BD. RGB value is (184,64,189). Sum of RGB (Red+Green+Blue) = 184+64+189=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 64 (25.39% from 255 or 14.65% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 189 - color contains mainly: blue. Hex color #B840BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B840BD is #47BF42. Grayscale: #717171. Windows color (decimal): -4702019 or 12402872. OLE color: 12402872.

HSL color Cylindrical-coordinate representation of color #B840BD: hue angle of 297.6º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B840BD is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18464189-
CMYK0.030.6600.26
HSL297.6º49.41%49.61%-
HSV(B)297.6º66.14%74.12%-
XYZ30.7917.5349.91-
YUV114.13170.26177.84-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.11%
GREEN value IS 64 (25.39% from 255) = 14.65%
BLUE value IS 189 (74.22% from 255) = 43.25%
R=42.11%
G=14.65%
B=43.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal184641890.030.6600.26297.649.4149.61
HexB840BD34201A12a3132
Octal27010027531020324526162
Binary10111000100000010111101111000010011010100101010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B840BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B840BD; }

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

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

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

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

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

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

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

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