#BF70BA

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

Shades of Fuchsia #BF70BA

Tints of Fuchsia #BF70BA

Color information

#BF70BA (or 0xBF70BA) is unknown color: approx Fuchsia. HEX triplet: BF, 70 and BA. RGB value is (191,112,186). Sum of RGB (Red+Green+Blue) = 191+112+186=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 112 (44.14% from 255 or 22.90% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 191 - color contains mainly: red. Hex color #BF70BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF70BA is #408F45. Grayscale: #8F8F8F. Windows color (decimal): -4230982 or 12218559. OLE color: 12218559.

HSL color Cylindrical-coordinate representation of color #BF70BA: hue angle of 303.8º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF70BA is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB191112186-
CMYK00.410.030.25
HSL303.8º38.16%59.41%-
HSV(B)303.8º41.36%74.9%-
XYZ36.1426.2149.61-
YUV144.06151.67161.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.06%
GREEN value IS 112 (44.14% from 255) = 22.90%
BLUE value IS 186 (73.05% from 255) = 38.04%
R=39.06%
G=22.90%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111218600.410.030.25303.838.1659.41
HexBF70BA029319130263b
Octal2771602720513314604673
Binary1011111111100001011101001010011111001100110000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF70BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF70BA; }

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

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

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

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

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

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

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

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