#BF70BE

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

Shades of Fuchsia #BF70BE

Tints of Fuchsia #BF70BE

Color information

#BF70BE (or 0xBF70BE) is unknown color: approx Fuchsia. HEX triplet: BF, 70 and BE. RGB value is (191,112,190). Sum of RGB (Red+Green+Blue) = 191+112+190=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 112 (44.14% from 255 or 22.72% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 191 - color contains mainly: red. Hex color #BF70BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF70BE is #408F41. Grayscale: #909090. Windows color (decimal): -4230978 or 12480703. OLE color: 12480703.

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

Color convert

RGB191112190-
CMYK00.410.010.25
HSL300.76º38.16%59.41%-
HSV(B)300.76º41.36%74.9%-
XYZ36.5726.3851.88-
YUV144.51153.67161.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.74%
GREEN value IS 112 (44.14% from 255) = 22.72%
BLUE value IS 190 (74.61% from 255) = 38.54%
R=38.74%
G=22.72%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111219000.410.010.25300.7638.1659.41
HexBF70BE02911912d263b
Octal2771602760511314554673
Binary101111111110000101111100101001111001100101101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF70BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF70BE; }

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

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

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

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

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

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

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

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