#B842C1

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

Shades of Fuchsia #B842C1

Tints of Fuchsia #B842C1

Color information

#B842C1 (or 0xB842C1) is unknown color: approx Fuchsia. HEX triplet: B8, 42 and C1. RGB value is (184,66,193). Sum of RGB (Red+Green+Blue) = 184+66+193=443 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.53% from 443); Green value is 66 (26.17% from 255 or 14.90% from 443); Blue value is 193 (75.78% from 255 or 43.57% from 443); Max value from RGB is 193 - color contains mainly: blue. Hex color #B842C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B842C1 is #47BD3E. Grayscale: #737373. Windows color (decimal): -4701503 or 12665528. OLE color: 12665528.

HSL color Cylindrical-coordinate representation of color #B842C1: hue angle of 295.75º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B842C1 is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18466193-
CMYK0.050.6600.24
HSL295.75º50.6%50.78%-
HSV(B)295.75º65.8%75.69%-
XYZ31.3417.9452.26-
YUV115.76171.59176.67-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.53%
GREEN value IS 66 (26.17% from 255) = 14.90%
BLUE value IS 193 (75.78% from 255) = 43.57%
R=41.53%
G=14.90%
B=43.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal184661930.050.6600.24295.7550.650.78
HexB842C15420181283333
Octal27010230151020304506363
Binary101110001000010110000011011000010011000100101000110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B842C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B842C1; }

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

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

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

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

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

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

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

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