#BF70B1

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

Shades of Fuchsia #BF70B1

Tints of Fuchsia #BF70B1

Color information

#BF70B1 (or 0xBF70B1) is unknown color: approx Fuchsia. HEX triplet: BF, 70 and B1. RGB value is (191,112,177). Sum of RGB (Red+Green+Blue) = 191+112+177=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 112 (44.14% from 255 or 23.33% from 480); Blue value is 177 (69.53% from 255 or 36.88% from 480); Max value from RGB is 191 - color contains mainly: red. Hex color #BF70B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF70B1 is #408F4E. Grayscale: #8E8E8E. Windows color (decimal): -4230991 or 11628735. OLE color: 11628735.

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

Color convert

RGB191112177-
CMYK00.410.070.25
HSL310.63º38.16%59.41%-
HSV(B)310.63º41.36%74.9%-
XYZ35.2225.8444.73-
YUV143.03147.17162.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.79%
GREEN value IS 112 (44.14% from 255) = 23.33%
BLUE value IS 177 (69.53% from 255) = 36.88%
R=39.79%
G=23.33%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111217700.410.070.25310.6338.1659.41
HexBF70B1029719137263b
Octal2771602610517314674673
Binary10111111111000010110001010100111111001100110111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF70B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF70B1; }

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

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

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

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

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

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

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

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