#B840C4

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

Shades of Fuchsia #B840C4

Tints of Fuchsia #B840C4

Color information

#B840C4 (or 0xB840C4) is unknown color: approx Fuchsia. HEX triplet: B8, 40 and C4. RGB value is (184,64,196). Sum of RGB (Red+Green+Blue) = 184+64+196=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 64 (25.39% from 255 or 14.41% from 444); Blue value is 196 (76.95% from 255 or 44.14% from 444); Max value from RGB is 196 - color contains mainly: blue. Hex color #B840C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B840C4 is #47BF3B. Grayscale: #727272. Windows color (decimal): -4702012 or 12861624. OLE color: 12861624.

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

Color convert

RGB18464196-
CMYK0.060.6700.23
HSL294.55º52.8%50.98%-
HSV(B)294.55º67.35%76.86%-
XYZ31.5617.8454-
YUV114.93173.76177.27-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.44%
GREEN value IS 64 (25.39% from 255) = 14.41%
BLUE value IS 196 (76.95% from 255) = 44.14%
R=41.44%
G=14.41%
B=44.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal184641960.060.6700.23294.5552.850.98
HexB840C46430171273533
Octal27010030461030274476563
Binary101110001000000110001001101000011010111100100111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B840C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B840C4; }

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

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

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

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

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

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

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

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