#B842BF

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

Shades of Fuchsia #B842BF

Tints of Fuchsia #B842BF

Color information

#B842BF (or 0xB842BF) is unknown color: approx Fuchsia. HEX triplet: B8, 42 and BF. RGB value is (184,66,191). Sum of RGB (Red+Green+Blue) = 184+66+191=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 66 (26.17% from 255 or 14.97% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 191 - color contains mainly: blue. Hex color #B842BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B842BF is #47BD40. Grayscale: #737373. Windows color (decimal): -4701505 or 12534456. OLE color: 12534456.

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

Color convert

RGB18466191-
CMYK0.040.6500.25
HSL296.64º49.41%50.39%-
HSV(B)296.64º65.45%74.9%-
XYZ31.1217.8551.1-
YUV115.53170.59176.84-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.72%
GREEN value IS 66 (26.17% from 255) = 14.97%
BLUE value IS 191 (75% from 255) = 43.31%
R=41.72%
G=14.97%
B=43.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal184661910.040.6500.25296.6449.4150.39
HexB842BF4410191293132
Octal27010227741010314516162
Binary101110001000010101111111001000001011001100101001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B842BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B842BF; }

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

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

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

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

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

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

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

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