#BF6CB9

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

Shades of Fuchsia #BF6CB9

Tints of Fuchsia #BF6CB9

Color information

#BF6CB9 (or 0xBF6CB9) is unknown color: approx Fuchsia. HEX triplet: BF, 6C and B9. RGB value is (191,108,185). Sum of RGB (Red+Green+Blue) = 191+108+185=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 108 (42.58% from 255 or 22.31% from 484); Blue value is 185 (72.66% from 255 or 38.22% from 484); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6CB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6CB9 is #409346. Grayscale: #8D8D8D. Windows color (decimal): -4232007 or 12151999. OLE color: 12151999.

HSL color Cylindrical-coordinate representation of color #BF6CB9: hue angle of 304.34º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF6CB9 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB191108185-
CMYK00.430.030.25
HSL304.34º39.34%58.63%-
HSV(B)304.34º43.46%74.9%-
XYZ35.6125.348.91-
YUV141.6152.5163.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.46%
GREEN value IS 108 (42.58% from 255) = 22.31%
BLUE value IS 185 (72.66% from 255) = 38.22%
R=39.46%
G=22.31%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110818500.430.030.25304.3439.3458.63
HexBF6CB902B319130273b
Octal2771542710533314604773
Binary1011111111011001011100101010111111001100110000100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6CB9; }

 p { color: rgb(191,108,185); }

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

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

 a { background-color: rgb(191,108,185); }

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

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

 span { border-color: rgb(191,108,185); }

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