#BE69BB

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

Shades of Fuchsia #BE69BB

Tints of Fuchsia #BE69BB

Color information

#BE69BB (or 0xBE69BB) is unknown color: approx Fuchsia. HEX triplet: BE, 69 and BB. RGB value is (190,105,187). Sum of RGB (Red+Green+Blue) = 190+105+187=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 105 (41.41% from 255 or 21.78% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 190 - color contains mainly: red. Hex color #BE69BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE69BB is #419644. Grayscale: #8B8B8B. Windows color (decimal): -4298309 or 12282302. OLE color: 12282302.

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

Color convert

RGB190105187-
CMYK00.450.020.25
HSL302.12º39.53%57.84%-
HSV(B)302.12º44.74%74.51%-
XYZ35.2624.6449.91-
YUV139.76154.66163.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.42%
GREEN value IS 105 (41.41% from 255) = 21.78%
BLUE value IS 187 (73.44% from 255) = 38.80%
R=39.42%
G=21.78%
B=38.80%

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
Decimal19010518700.450.020.25302.1239.5357.84
HexBE69BB02D21912e283a
Octal2761512730552314565072
Binary1011111011010011011101101011011011001100101110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE69BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE69BB; }

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

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

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

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

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

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

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

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