#BF70C2

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

Shades of Fuchsia #BF70C2

Tints of Fuchsia #BF70C2

Color information

#BF70C2 (or 0xBF70C2) is unknown color: approx Fuchsia. HEX triplet: BF, 70 and C2. RGB value is (191,112,194). Sum of RGB (Red+Green+Blue) = 191+112+194=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 112 (44.14% from 255 or 22.54% from 497); Blue value is 194 (76.17% from 255 or 39.03% from 497); Max value from RGB is 194 - color contains mainly: blue. Hex color #BF70C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF70C2 is #408F3D. Grayscale: #909090. Windows color (decimal): -4230974 or 12742847. OLE color: 12742847.

HSL color Cylindrical-coordinate representation of color #BF70C2: hue angle of 297.8º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF70C2 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB191112194-
CMYK0.020.4200.24
HSL297.8º40.2%60%-
HSV(B)297.8º42.27%76.08%-
XYZ37.0226.5654.21-
YUV144.97155.67160.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.43%
GREEN value IS 112 (44.14% from 255) = 22.54%
BLUE value IS 194 (76.17% from 255) = 39.03%
R=38.43%
G=22.54%
B=39.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911121940.020.4200.24297.840.260
HexBF70C222A01812a283c
Octal2771603022520304525074
Binary1011111111100001100001010101010011000100101010101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF70C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF70C2; }

 p { color: rgb(191,112,194); }

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

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

 a { background-color: rgb(191,112,194); }

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

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

 span { border-color: rgb(191,112,194); }

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