#BF66B4

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

Shades of Fuchsia #BF66B4

Tints of Fuchsia #BF66B4

Color information

#BF66B4 (or 0xBF66B4) is unknown color: approx Fuchsia. HEX triplet: BF, 66 and B4. RGB value is (191,102,180). Sum of RGB (Red+Green+Blue) = 191+102+180=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 102 (40.23% from 255 or 21.56% from 473); Blue value is 180 (70.70% from 255 or 38.05% from 473); Max value from RGB is 191 - color contains mainly: red. Hex color #BF66B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF66B4 is #40994B. Grayscale: #898989. Windows color (decimal): -4233548 or 11822783. OLE color: 11822783.

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

Color convert

RGB191102180-
CMYK00.470.060.25
HSL307.42º41.01%57.45%-
HSV(B)307.42º46.6%74.9%-
XYZ34.4823.8745.97-
YUV137.5151.99166.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.38%
GREEN value IS 102 (40.23% from 255) = 21.56%
BLUE value IS 180 (70.70% from 255) = 38.05%
R=40.38%
G=21.56%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110218000.470.060.25307.4241.0157.45
HexBF66B402F6191332939
Octal2771462640576314635171
Binary10111111110011010110100010111111011001100110011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF66B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF66B4; }

 p { color: rgb(191,102,180); }

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

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

 a { background-color: rgb(191,102,180); }

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

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

 span { border-color: rgb(191,102,180); }

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