#BE68BC

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

Shades of Fuchsia #BE68BC

Tints of Fuchsia #BE68BC

Color information

#BE68BC (or 0xBE68BC) is unknown color: approx Fuchsia. HEX triplet: BE, 68 and BC. RGB value is (190,104,188). Sum of RGB (Red+Green+Blue) = 190+104+188=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 104 (41.02% from 255 or 21.58% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 190 - color contains mainly: red. Hex color #BE68BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE68BC is #419743. Grayscale: #8B8B8B. Windows color (decimal): -4298564 or 12347582. OLE color: 12347582.

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

Color convert

RGB190104188-
CMYK00.450.010.25
HSL301.4º39.81%57.65%-
HSV(B)301.4º45.26%74.51%-
XYZ35.2624.4850.44-
YUV139.29155.49164.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.42%
GREEN value IS 104 (41.02% from 255) = 21.58%
BLUE value IS 188 (73.83% from 255) = 39.00%
R=39.42%
G=21.58%
B=39.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010418800.450.010.25301.439.8157.65
HexBE68BC02D11912d283a
Octal2761502740551314555072
Binary101111101101000101111000101101111001100101101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE68BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE68BC; }

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

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

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

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

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

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

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

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