#BF6EBE

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

Shades of Fuchsia #BF6EBE

Tints of Fuchsia #BF6EBE

Color information

#BF6EBE (or 0xBF6EBE) is unknown color: approx Fuchsia. HEX triplet: BF, 6E and BE. RGB value is (191,110,190). Sum of RGB (Red+Green+Blue) = 191+110+190=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 110 (43.36% from 255 or 22.40% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6EBE is #409141. Grayscale: #8F8F8F. Windows color (decimal): -4231490 or 12480191. OLE color: 12480191.

HSL color Cylindrical-coordinate representation of color #BF6EBE: hue angle of 300.74º degrees, saturation: 0.39, 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 #BF6EBE is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB191110190-
CMYK00.420.010.25
HSL300.74º38.76%59.02%-
HSV(B)300.74º42.41%74.9%-
XYZ36.3625.9551.81-
YUV143.34154.34162-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.90%
GREEN value IS 110 (43.36% from 255) = 22.40%
BLUE value IS 190 (74.61% from 255) = 38.70%
R=38.90%
G=22.40%
B=38.70%

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
Decimal19111019000.420.010.25300.7438.7659.02
HexBF6EBE02A11912d273b
Octal2771562760521314554773
Binary101111111101110101111100101010111001100101101100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6EBE; }

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

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

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

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

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

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

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

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