#BE6FBA

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

Shades of Fuchsia #BE6FBA

Tints of Fuchsia #BE6FBA

Color information

#BE6FBA (or 0xBE6FBA) is unknown color: approx Fuchsia. HEX triplet: BE, 6F and BA. RGB value is (190,111,186). Sum of RGB (Red+Green+Blue) = 190+111+186=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 111 (43.75% from 255 or 22.79% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6FBA is #419045. Grayscale: #8E8E8E. Windows color (decimal): -4296774 or 12218302. OLE color: 12218302.

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

Color convert

RGB190111186-
CMYK00.420.020.25
HSL303.04º37.8%59.02%-
HSV(B)303.04º41.58%74.51%-
XYZ35.7825.8649.56-
YUV143.17152.17161.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.01%
GREEN value IS 111 (43.75% from 255) = 22.79%
BLUE value IS 186 (73.05% from 255) = 38.19%
R=39.01%
G=22.79%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011118600.420.020.25303.0437.859.02
HexBE6FBA02A21912f263b
Octal2761572720522314574673
Binary1011111011011111011101001010101011001100101111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6FBA; }

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

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

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

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

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

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

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

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