#BE69BA

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

Shades of Fuchsia #BE69BA

Tints of Fuchsia #BE69BA

Color information

#BE69BA (or 0xBE69BA) is unknown color: approx Fuchsia. HEX triplet: BE, 69 and BA. RGB value is (190,105,186). Sum of RGB (Red+Green+Blue) = 190+105+186=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 105 (41.41% from 255 or 21.83% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BE69BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE69BA is #419645. Grayscale: #8B8B8B. Windows color (decimal): -4298310 or 12216766. OLE color: 12216766.

HSL color Cylindrical-coordinate representation of color #BE69BA: hue angle of 302.82º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE69BA is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB190105186-
CMYK00.450.020.25
HSL302.82º39.53%57.84%-
HSV(B)302.82º44.74%74.51%-
XYZ35.1524.649.35-
YUV139.65154.16163.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.50%
GREEN value IS 105 (41.41% from 255) = 21.83%
BLUE value IS 186 (73.05% from 255) = 38.67%
R=39.50%
G=21.83%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010518600.450.020.25302.8239.5357.84
HexBE69BA02D21912f283a
Octal2761512720552314575072
Binary1011111011010011011101001011011011001100101111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE69BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE69BA; }

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

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

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

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

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

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

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

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