#BF2BC5

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

Shades of Fuchsia #BF2BC5

Tints of Fuchsia #BF2BC5

Color information

#BF2BC5 (or 0xBF2BC5) is unknown color: approx Fuchsia. HEX triplet: BF, 2B and C5. RGB value is (191,43,197). Sum of RGB (Red+Green+Blue) = 191+43+197=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 43 (17.19% from 255 or 9.98% from 431); Blue value is 197 (77.34% from 255 or 45.71% from 431); Max value from RGB is 197 - color contains mainly: blue. Hex color #BF2BC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2BC5 is #40D43A. Grayscale: #686868. Windows color (decimal): -4248635 or 12921791. OLE color: 12921791.

HSL color Cylindrical-coordinate representation of color #BF2BC5: hue angle of 297.66º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF2BC5 is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB19143197-
CMYK0.030.7800.23
HSL297.66º64.17%47.06%-
HSV(B)297.66º78.17%77.25%-
XYZ32.4316.8454.36-
YUV104.81180.03189.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.32%
GREEN value IS 43 (17.19% from 255) = 9.98%
BLUE value IS 197 (77.34% from 255) = 45.71%
R=44.32%
G=9.98%
B=45.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal191431970.030.7800.23297.6664.1747.06
HexBF2BC534E01712a402f
Octal27753305311602745210057
Binary10111111101011110001011110011100101111001010101000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2BC5; }

 p { color: rgb(191,43,197); }

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

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

 a { background-color: rgb(191,43,197); }

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

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

 span { border-color: rgb(191,43,197); }

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