#BE68B0

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

Shades of Fuchsia #BE68B0

Tints of Fuchsia #BE68B0

Color information

#BE68B0 (or 0xBE68B0) is unknown color: approx Fuchsia. HEX triplet: BE, 68 and B0. RGB value is (190,104,176). Sum of RGB (Red+Green+Blue) = 190+104+176=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 104 (41.02% from 255 or 22.13% from 470); Blue value is 176 (69.14% from 255 or 37.45% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BE68B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE68B0 is #41974F. Grayscale: #898989. Windows color (decimal): -4298576 or 11561150. OLE color: 11561150.

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

Color convert

RGB190104176-
CMYK00.450.070.25
HSL309.77º39.81%57.65%-
HSV(B)309.77º45.26%74.51%-
XYZ34.0223.9843.91-
YUV137.92149.49165.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.43%
GREEN value IS 104 (41.02% from 255) = 22.13%
BLUE value IS 176 (69.14% from 255) = 37.45%
R=40.43%
G=22.13%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010417600.450.070.25309.7739.8157.65
HexBE68B002D719136283a
Octal2761502600557314665072
Binary10111110110100010110000010110111111001100110110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE68B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE68B0; }

 p { color: rgb(190,104,176); }

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

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

 a { background-color: rgb(190,104,176); }

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

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

 span { border-color: rgb(190,104,176); }

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