#BE69B6

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

Shades of Fuchsia #BE69B6

Tints of Fuchsia #BE69B6

Color information

#BE69B6 (or 0xBE69B6) is unknown color: approx Fuchsia. HEX triplet: BE, 69 and B6. RGB value is (190,105,182). Sum of RGB (Red+Green+Blue) = 190+105+182=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 105 (41.41% from 255 or 22.01% from 477); Blue value is 182 (71.48% from 255 or 38.16% from 477); Max value from RGB is 190 - color contains mainly: red. Hex color #BE69B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE69B6 is #419649. Grayscale: #8A8A8A. Windows color (decimal): -4298314 or 11954622. OLE color: 11954622.

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

Color convert

RGB190105182-
CMYK00.450.040.25
HSL305.65º39.53%57.84%-
HSV(B)305.65º44.74%74.51%-
XYZ34.7324.4347.14-
YUV139.19152.16164.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.83%
GREEN value IS 105 (41.41% from 255) = 22.01%
BLUE value IS 182 (71.48% from 255) = 38.16%
R=39.83%
G=22.01%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010518200.450.040.25305.6539.5357.84
HexBE69B602D419132283a
Octal2761512660554314625072
Binary10111110110100110110110010110110011001100110010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE69B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE69B6; }

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

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

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

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

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

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

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

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