#BF69B6

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

Shades of Fuchsia #BF69B6

Tints of Fuchsia #BF69B6

Color information

#BF69B6 (or 0xBF69B6) is unknown color: approx Fuchsia. HEX triplet: BF, 69 and B6. RGB value is (191,105,182). Sum of RGB (Red+Green+Blue) = 191+105+182=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 105 (41.41% from 255 or 21.97% from 478); Blue value is 182 (71.48% from 255 or 38.08% from 478); Max value from RGB is 191 - color contains mainly: red. Hex color #BF69B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF69B6 is #409649. Grayscale: #8B8B8B. Windows color (decimal): -4232778 or 11954623. OLE color: 11954623.

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

Color convert

RGB191105182-
CMYK00.450.050.25
HSL306.28º40.19%58.04%-
HSV(B)306.28º45.03%74.9%-
XYZ34.9824.5647.15-
YUV139.49151.99164.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.96%
GREEN value IS 105 (41.41% from 255) = 21.97%
BLUE value IS 182 (71.48% from 255) = 38.08%
R=39.96%
G=21.97%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110518200.450.050.25306.2840.1958.04
HexBF69B602D519132283a
Octal2771512660555314625072
Binary10111111110100110110110010110110111001100110010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF69B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF69B6; }

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

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

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

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

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

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

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

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