#B841C1

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

Shades of Fuchsia #B841C1

Tints of Fuchsia #B841C1

Color information

#B841C1 (or 0xB841C1) is unknown color: approx Fuchsia. HEX triplet: B8, 41 and C1. RGB value is (184,65,193). Sum of RGB (Red+Green+Blue) = 184+65+193=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 65 (25.78% from 255 or 14.71% from 442); Blue value is 193 (75.78% from 255 or 43.67% from 442); Max value from RGB is 193 - color contains mainly: blue. Hex color #B841C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B841C1 is #47BE3E. Grayscale: #727272. Windows color (decimal): -4701759 or 12665272. OLE color: 12665272.

HSL color Cylindrical-coordinate representation of color #B841C1: hue angle of 295.78º 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 #B841C1 is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18465193-
CMYK0.050.6600.24
HSL295.78º50.79%50.59%-
HSV(B)295.78º66.32%75.69%-
XYZ31.2817.8252.24-
YUV115.17171.92177.09-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.63%
GREEN value IS 65 (25.78% from 255) = 14.71%
BLUE value IS 193 (75.78% from 255) = 43.67%
R=41.63%
G=14.71%
B=43.67%

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
Decimal184651930.050.6600.24295.7850.7950.59
HexB841C15420181283333
Octal27010130151020304506363
Binary101110001000001110000011011000010011000100101000110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B841C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B841C1; }

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

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

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

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

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

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

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

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