#BE69B8

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

Shades of Fuchsia #BE69B8

Tints of Fuchsia #BE69B8

Color information

#BE69B8 (or 0xBE69B8) is unknown color: approx Fuchsia. HEX triplet: BE, 69 and B8. RGB value is (190,105,184). Sum of RGB (Red+Green+Blue) = 190+105+184=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 184 (72.27% from 255 or 38.41% from 479); Max value from RGB is 190 - color contains mainly: red. Hex color #BE69B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE69B8 is #419647. Grayscale: #8B8B8B. Windows color (decimal): -4298312 or 12085694. OLE color: 12085694.

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

Color convert

RGB190105184-
CMYK00.450.030.25
HSL304.24º39.53%57.84%-
HSV(B)304.24º44.74%74.51%-
XYZ34.9424.5148.24-
YUV139.42153.16164.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.67%
GREEN value IS 105 (41.41% from 255) = 21.92%
BLUE value IS 184 (72.27% from 255) = 38.41%
R=39.67%
G=21.92%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010518400.450.030.25304.2439.5357.84
HexBE69B802D319130283a
Octal2761512700553314605072
Binary1011111011010011011100001011011111001100110000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE69B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE69B8; }

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

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

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

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

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

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

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

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