#BF6FBE

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

Shades of Fuchsia #BF6FBE

Tints of Fuchsia #BF6FBE

Color information

#BF6FBE (or 0xBF6FBE) is unknown color: approx Fuchsia. HEX triplet: BF, 6F and BE. RGB value is (191,111,190). Sum of RGB (Red+Green+Blue) = 191+111+190=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 111 (43.75% from 255 or 22.56% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6FBE is #409041. Grayscale: #8F8F8F. Windows color (decimal): -4231234 or 12480447. OLE color: 12480447.

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

Color convert

RGB191111190-
CMYK00.420.010.25
HSL300.75º38.46%59.22%-
HSV(B)300.75º41.88%74.9%-
XYZ36.4626.1651.84-
YUV143.93154161.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.82%
GREEN value IS 111 (43.75% from 255) = 22.56%
BLUE value IS 190 (74.61% from 255) = 38.62%
R=38.82%
G=22.56%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111119000.420.010.25300.7538.4659.22
HexBF6FBE02A11912d263b
Octal2771572760521314554673
Binary101111111101111101111100101010111001100101101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6FBE; }

 p { color: rgb(191,111,190); }

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

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

 a { background-color: rgb(191,111,190); }

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

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

 span { border-color: rgb(191,111,190); }

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