#b931c7

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

Shades of Fuchsia #B931C7

Tints of Fuchsia #B931C7

Color information

#B931C7 (or 0xB931C7) is unknown color: approx Fuchsia. HEX triplet: B9, 31 and C7. RGB value is (185,49,199). Sum of RGB (Red+Green+Blue) = 185+49+199=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 49 (19.53% from 255 or 11.32% from 433); Blue value is 199 (78.12% from 255 or 45.96% from 433); Max value from RGB is 199 - color contains mainly: blue. Hex color #B931C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B931C7 is #46CE38. Grayscale: #6A6A6A. Windows color (decimal): -4640313 or 13054393. OLE color: 13054393.

HSL color Cylindrical-coordinate representation of color #B931C7: hue angle of 294.4º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B931C7 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18549199-
CMYK0.070.7500.22
HSL294.4º60.48%48.63%-
HSV(B)294.4º75.38%78.04%-
XYZ31.4116.6355.59-
YUV106.76180.06183.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.73%
GREEN value IS 49 (19.53% from 255) = 11.32%
BLUE value IS 199 (78.12% from 255) = 45.96%
R=42.73%
G=11.32%
B=45.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal185491990.070.7500.22294.460.4848.63
HexB931C774B0161263c31
Octal2716130771130264467461
Binary10111001110001110001111111001011010110100100110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b931c7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b931c7; }

 p { color: rgb(185,49,199); }

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

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

 a { background-color: rgb(185,49,199); }

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

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

 span { border-color: rgb(185,49,199); }

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