#BE69B3

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

Shades of Fuchsia #BE69B3

Tints of Fuchsia #BE69B3

Color information

#BE69B3 (or 0xBE69B3) is unknown color: approx Fuchsia. HEX triplet: BE, 69 and B3. RGB value is (190,105,179). Sum of RGB (Red+Green+Blue) = 190+105+179=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 105 (41.41% from 255 or 22.15% from 474); Blue value is 179 (70.31% from 255 or 37.76% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BE69B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE69B3 is #41964C. Grayscale: #8A8A8A. Windows color (decimal): -4298317 or 11758014. OLE color: 11758014.

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

Color convert

RGB190105179-
CMYK00.450.060.25
HSL307.76º39.53%57.84%-
HSV(B)307.76º44.74%74.51%-
XYZ34.4224.345.52-
YUV138.85150.66164.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.08%
GREEN value IS 105 (41.41% from 255) = 22.15%
BLUE value IS 179 (70.31% from 255) = 37.76%
R=40.08%
G=22.15%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010517900.450.060.25307.7639.5357.84
HexBE69B302D619134283a
Octal2761512630556314645072
Binary10111110110100110110011010110111011001100110100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE69B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE69B3; }

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

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

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

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

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

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

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

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