#BF3FCA

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

Shades of Fuchsia #BF3FCA

Tints of Fuchsia #BF3FCA

Color information

#BF3FCA (or 0xBF3FCA) is unknown color: approx Fuchsia. HEX triplet: BF, 3F and CA. RGB value is (191,63,202). Sum of RGB (Red+Green+Blue) = 191+63+202=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 63 (25% from 255 or 13.82% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #BF3FCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3FCA is #40C035. Grayscale: #747474. Windows color (decimal): -4243510 or 13254591. OLE color: 13254591.

HSL color Cylindrical-coordinate representation of color #BF3FCA: hue angle of 295.25º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF3FCA is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19163202-
CMYK0.050.6900.21
HSL295.25º56.73%51.96%-
HSV(B)295.25º68.81%79.22%-
XYZ33.9218.957.74-
YUV117.12175.91180.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.89%
GREEN value IS 63 (25% from 255) = 13.82%
BLUE value IS 202 (79.30% from 255) = 44.30%
R=41.89%
G=13.82%
B=44.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal191632020.050.6900.21295.2556.7351.96
HexBF3FCA5450151273934
Octal2777731251050254477164
Binary10111111111111110010101011000101010101100100111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3FCA; }

 p { color: rgb(191,63,202); }

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

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

 a { background-color: rgb(191,63,202); }

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

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

 span { border-color: rgb(191,63,202); }

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