#BF69B7

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

Shades of Fuchsia #BF69B7

Tints of Fuchsia #BF69B7

Color information

#BF69B7 (or 0xBF69B7) is unknown color: approx Fuchsia. HEX triplet: BF, 69 and B7. RGB value is (191,105,183). Sum of RGB (Red+Green+Blue) = 191+105+183=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 183 (71.88% from 255 or 38.20% from 479); Max value from RGB is 191 - color contains mainly: red. Hex color #BF69B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF69B7 is #409648. Grayscale: #8B8B8B. Windows color (decimal): -4232777 or 12020159. OLE color: 12020159.

HSL color Cylindrical-coordinate representation of color #BF69B7: hue angle of 305.58º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BF69B7 is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB191105183-
CMYK00.450.040.25
HSL305.58º40.19%58.04%-
HSV(B)305.58º45.03%74.9%-
XYZ35.0824.647.7-
YUV139.61152.49164.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.87%
GREEN value IS 105 (41.41% from 255) = 21.92%
BLUE value IS 183 (71.88% from 255) = 38.20%
R=39.87%
G=21.92%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110518300.450.040.25305.5840.1958.04
HexBF69B702D419132283a
Octal2771512670554314625072
Binary10111111110100110110111010110110011001100110010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF69B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF69B7; }

 p { color: rgb(191,105,183); }

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

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

 a { background-color: rgb(191,105,183); }

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

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

 span { border-color: rgb(191,105,183); }

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