#B932BF

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

Shades of Fuchsia #B932BF

Tints of Fuchsia #B932BF

Color information

#B932BF (or 0xB932BF) is unknown color: approx Fuchsia. HEX triplet: B9, 32 and BF. RGB value is (185,50,191). Sum of RGB (Red+Green+Blue) = 185+50+191=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 50 (19.92% from 255 or 11.74% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 191 - color contains mainly: blue. Hex color #B932BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B932BF is #46CD40. Grayscale: #6A6A6A. Windows color (decimal): -4640065 or 12530361. OLE color: 12530361.

HSL color Cylindrical-coordinate representation of color #B932BF: hue angle of 297.45º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B932BF is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18550191-
CMYK0.030.7400.25
HSL297.45º58.51%47.25%-
HSV(B)297.45º73.82%74.9%-
XYZ30.5516.3650.84-
YUV106.44175.73184.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.43%
GREEN value IS 50 (19.92% from 255) = 11.74%
BLUE value IS 191 (75% from 255) = 44.84%
R=43.43%
G=11.74%
B=44.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal185501910.030.7400.25297.4558.5147.25
HexB932BF34A0191293b2f
Octal2716227731120314517357
Binary1011100111001010111111111001010011001100101001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B932BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B932BF; }

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

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

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

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

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

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

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

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