#BF32C0

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

Shades of Fuchsia #BF32C0

Tints of Fuchsia #BF32C0

Color information

#BF32C0 (or 0xBF32C0) is unknown color: approx Fuchsia. HEX triplet: BF, 32 and C0. RGB value is (191,50,192). Sum of RGB (Red+Green+Blue) = 191+50+192=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 50 (19.92% from 255 or 11.55% from 433); Blue value is 192 (75.39% from 255 or 44.34% from 433); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF32C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF32C0 is #40CD3F. Grayscale: #6B6B6B. Windows color (decimal): -4246848 or 12595903. OLE color: 12595903.

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

Color convert

RGB19150192-
CMYK0.010.7400.25
HSL299.58º58.68%47.45%-
HSV(B)299.58º73.96%75.29%-
XYZ32.1417.1651.49-
YUV108.35175.21186.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.11%
GREEN value IS 50 (19.92% from 255) = 11.55%
BLUE value IS 192 (75.39% from 255) = 44.34%
R=44.11%
G=11.55%
B=44.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191501920.010.7400.25299.5858.6847.45
HexBF32C014A01912c3b2f
Octal2776230011120314547357
Binary101111111100101100000011001010011001100101100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF32C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF32C0; }

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

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

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

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

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

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

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

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