#B932C9

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

Shades of Fuchsia #B932C9

Tints of Fuchsia #B932C9

Color information

#B932C9 (or 0xB932C9) is unknown color: approx Fuchsia. HEX triplet: B9, 32 and C9. RGB value is (185,50,201). Sum of RGB (Red+Green+Blue) = 185+50+201=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 50 (19.92% from 255 or 11.47% from 436); Blue value is 201 (78.91% from 255 or 46.10% from 436); Max value from RGB is 201 - color contains mainly: blue. Hex color #B932C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B932C9 is #46CD36. Grayscale: #6B6B6B. Windows color (decimal): -4640055 or 13185721. OLE color: 13185721.

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

Color convert

RGB18550201-
CMYK0.080.7500.21
HSL293.64º60.16%49.22%-
HSV(B)293.64º75.12%78.82%-
XYZ31.6916.8156.83-
YUV107.58180.73183.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.43%
GREEN value IS 50 (19.92% from 255) = 11.47%
BLUE value IS 201 (78.91% from 255) = 46.10%
R=42.43%
G=11.47%
B=46.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal185502010.080.7500.21293.6460.1649.22
HexB932C984B0151263c31
Octal27162311101130254467461
Binary101110011100101100100110001001011010101100100110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B932C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B932C9; }

 p { color: rgb(185,50,201); }

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

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

 a { background-color: rgb(185,50,201); }

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

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

 span { border-color: rgb(185,50,201); }

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