#BE6FBE

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

Shades of Fuchsia #BE6FBE

Tints of Fuchsia #BE6FBE

Color information

#BE6FBE (or 0xBE6FBE) is unknown color: approx Fuchsia. HEX triplet: BE, 6F and BE. RGB value is (190,111,190). Sum of RGB (Red+Green+Blue) = 190+111+190=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 111 (43.75% from 255 or 22.61% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE6FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6FBE is #419041. Grayscale: #8F8F8F. Windows color (decimal): -4296770 or 12480446. OLE color: 12480446.

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

Color convert

RGB190111190-
CMYK00.4200.25
HSL300º37.8%59.02%-
HSV(B)300º41.58%74.51%-
XYZ36.2126.0351.83-
YUV143.63154.17161.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.70%
GREEN value IS 111 (43.75% from 255) = 22.61%
BLUE value IS 190 (74.61% from 255) = 38.70%
R=38.70%
G=22.61%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011119000.4200.2530037.859.02
HexBE6FBE02A01912c263b
Octal2761572760520314544673
Binary101111101101111101111100101010011001100101100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6FBE; }

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

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

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

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

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

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

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

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