#BF70C1

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

Shades of Fuchsia #BF70C1

Tints of Fuchsia #BF70C1

Color information

#BF70C1 (or 0xBF70C1) is unknown color: approx Fuchsia. HEX triplet: BF, 70 and C1. RGB value is (191,112,193). Sum of RGB (Red+Green+Blue) = 191+112+193=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 112 (44.14% from 255 or 22.58% from 496); Blue value is 193 (75.78% from 255 or 38.91% from 496); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF70C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF70C1 is #408F3E. Grayscale: #909090. Windows color (decimal): -4230975 or 12677311. OLE color: 12677311.

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

Color convert

RGB191112193-
CMYK0.010.4200.24
HSL298.52º39.51%59.8%-
HSV(B)298.52º41.97%75.69%-
XYZ36.9126.5153.62-
YUV144.85155.17160.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.51%
GREEN value IS 112 (44.14% from 255) = 22.58%
BLUE value IS 193 (75.78% from 255) = 38.91%
R=38.51%
G=22.58%
B=38.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911121930.010.4200.24298.5239.5159.8
HexBF70C112A01812b283c
Octal2771603011520304535074
Binary101111111110000110000011101010011000100101011101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF70C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF70C1; }

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

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

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

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

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

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

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

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