#B846C4

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

Shades of Fuchsia #B846C4

Tints of Fuchsia #B846C4

Color information

#B846C4 (or 0xB846C4) is unknown color: approx Fuchsia. HEX triplet: B8, 46 and C4. RGB value is (184,70,196). Sum of RGB (Red+Green+Blue) = 184+70+196=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 70 (27.73% from 255 or 15.56% from 450); Blue value is 196 (76.95% from 255 or 43.56% from 450); Max value from RGB is 196 - color contains mainly: blue. Hex color #B846C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B846C4 is #47B93B. Grayscale: #767676. Windows color (decimal): -4700476 or 12863160. OLE color: 12863160.

HSL color Cylindrical-coordinate representation of color #B846C4: hue angle of 294.29º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B846C4 is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18470196-
CMYK0.060.6400.23
HSL294.29º51.64%52.16%-
HSV(B)294.29º64.29%76.86%-
XYZ31.9218.5654.12-
YUV118.45171.77174.75-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.89%
GREEN value IS 70 (27.73% from 255) = 15.56%
BLUE value IS 196 (76.95% from 255) = 43.56%
R=40.89%
G=15.56%
B=43.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal184701960.060.6400.23294.2951.6452.16
HexB846C46400171263434
Octal27010630461000274466464
Binary101110001000110110001001101000000010111100100110110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B846C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B846C4; }

 p { color: rgb(184,70,196); }

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

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

 a { background-color: rgb(184,70,196); }

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

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

 span { border-color: rgb(184,70,196); }

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