#B836C7

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

Shades of Fuchsia #B836C7

Tints of Fuchsia #B836C7

Color information

#B836C7 (or 0xB836C7) is unknown color: approx Fuchsia. HEX triplet: B8, 36 and C7. RGB value is (184,54,199). Sum of RGB (Red+Green+Blue) = 184+54+199=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 54 (21.48% from 255 or 12.36% from 437); Blue value is 199 (78.12% from 255 or 45.54% from 437); Max value from RGB is 199 - color contains mainly: blue. Hex color #B836C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B836C7 is #47C938. Grayscale: #6C6C6C. Windows color (decimal): -4704569 or 13055672. OLE color: 13055672.

HSL color Cylindrical-coordinate representation of color #B836C7: hue angle of 293.79º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B836C7 is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18454199-
CMYK0.080.7300.22
HSL293.79º57.31%49.61%-
HSV(B)293.79º72.86%78.04%-
XYZ31.416.9555.65-
YUV109.4178.57181.21-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.11%
GREEN value IS 54 (21.48% from 255) = 12.36%
BLUE value IS 199 (78.12% from 255) = 45.54%
R=42.11%
G=12.36%
B=45.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal184541990.080.7300.22293.7957.3149.61
HexB836C78490161263932
Octal27066307101110264467162
Binary101110001101101100011110001001001010110100100110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B836C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B836C7; }

 p { color: rgb(184,54,199); }

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

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

 a { background-color: rgb(184,54,199); }

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

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

 span { border-color: rgb(184,54,199); }

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