#B842BE

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

Shades of Fuchsia #B842BE

Tints of Fuchsia #B842BE

Color information

#B842BE (or 0xB842BE) is unknown color: approx Fuchsia. HEX triplet: B8, 42 and BE. RGB value is (184,66,190). Sum of RGB (Red+Green+Blue) = 184+66+190=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 66 (26.17% from 255 or 15% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #B842BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B842BE is #47BD41. Grayscale: #737373. Windows color (decimal): -4701506 or 12468920. OLE color: 12468920.

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

Color convert

RGB18466190-
CMYK0.030.6500.25
HSL297.1º48.82%50.2%-
HSV(B)297.1º65.26%74.51%-
XYZ31.0117.850.52-
YUV115.42170.09176.92-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.82%
GREEN value IS 66 (26.17% from 255) = 15%
BLUE value IS 190 (74.61% from 255) = 43.18%
R=41.82%
G=15%
B=43.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal184661900.030.6500.25297.148.8250.2
HexB842BE3410191293132
Octal27010227631010314516162
Binary10111000100001010111110111000001011001100101001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B842BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B842BE; }

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

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

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

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

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

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

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

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