#BF4FCA

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

Shades of Fuchsia #BF4FCA

Tints of Fuchsia #BF4FCA

Color information

#BF4FCA (or 0xBF4FCA) is unknown color: approx Fuchsia. HEX triplet: BF, 4F and CA. RGB value is (191,79,202). Sum of RGB (Red+Green+Blue) = 191+79+202=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 79 (31.25% from 255 or 16.74% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #BF4FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF4FCA is #40B035. Grayscale: #7E7E7E. Windows color (decimal): -4239414 or 13258687. OLE color: 13258687.

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

Color convert

RGB19179202-
CMYK0.050.6100.21
HSL294.63º53.71%55.1%-
HSV(B)294.63º60.89%79.22%-
XYZ34.9420.9358.08-
YUV126.51170.61174-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.47%
GREEN value IS 79 (31.25% from 255) = 16.74%
BLUE value IS 202 (79.30% from 255) = 42.80%
R=40.47%
G=16.74%
B=42.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal191792020.050.6100.21294.6353.7155.1
HexBF4FCA53D0151273637
Octal2771173125750254476667
Binary10111111100111111001010101111101010101100100111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4FCA; }

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

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

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

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

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

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

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

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