#BF32BC

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

Shades of Fuchsia #BF32BC

Tints of Fuchsia #BF32BC

Color information

#BF32BC (or 0xBF32BC) is unknown color: approx Fuchsia. HEX triplet: BF, 32 and BC. RGB value is (191,50,188). Sum of RGB (Red+Green+Blue) = 191+50+188=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 50 (19.92% from 255 or 11.66% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF32BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF32BC is #40CD43. Grayscale: #6B6B6B. Windows color (decimal): -4246852 or 12333759. OLE color: 12333759.

HSL color Cylindrical-coordinate representation of color #BF32BC: hue angle of 301.28º 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 #BF32BC is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB19150188-
CMYK00.740.020.25
HSL301.28º58.51%47.25%-
HSV(B)301.28º73.82%74.9%-
XYZ31.716.9949.19-
YUV107.89173.21187.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.52%
GREEN value IS 50 (19.92% from 255) = 11.66%
BLUE value IS 188 (73.83% from 255) = 43.82%
R=44.52%
G=11.66%
B=43.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915018800.740.020.25301.2858.5147.25
HexBF32BC04A21912d3b2f
Octal2776227401122314557357
Binary1011111111001010111100010010101011001100101101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF32BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF32BC; }

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

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

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

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

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

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

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

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