#BE68B7

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

Shades of Fuchsia #BE68B7

Tints of Fuchsia #BE68B7

Color information

#BE68B7 (or 0xBE68B7) is unknown color: approx Fuchsia. HEX triplet: BE, 68 and B7. RGB value is (190,104,183). Sum of RGB (Red+Green+Blue) = 190+104+183=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 104 (41.02% from 255 or 21.80% from 477); Blue value is 183 (71.88% from 255 or 38.36% from 477); Max value from RGB is 190 - color contains mainly: red. Hex color #BE68B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE68B7 is #419748. Grayscale: #8A8A8A. Windows color (decimal): -4298569 or 12019902. OLE color: 12019902.

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

Color convert

RGB190104183-
CMYK00.450.040.25
HSL304.88º39.81%57.65%-
HSV(B)304.88º45.26%74.51%-
XYZ34.7324.2747.65-
YUV138.72152.99164.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.83%
GREEN value IS 104 (41.02% from 255) = 21.80%
BLUE value IS 183 (71.88% from 255) = 38.36%
R=39.83%
G=21.80%
B=38.36%

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
Decimal19010418300.450.040.25304.8839.8157.65
HexBE68B702D419131283a
Octal2761502670554314615072
Binary10111110110100010110111010110110011001100110001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE68B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE68B7; }

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

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

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

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

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

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

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

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