#BE68BD

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

Shades of Fuchsia #BE68BD

Tints of Fuchsia #BE68BD

Color information

#BE68BD (or 0xBE68BD) is unknown color: approx Fuchsia. HEX triplet: BE, 68 and BD. RGB value is (190,104,189). Sum of RGB (Red+Green+Blue) = 190+104+189=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 104 (41.02% from 255 or 21.53% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 190 - color contains mainly: red. Hex color #BE68BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE68BD is #419742. Grayscale: #8B8B8B. Windows color (decimal): -4298563 or 12413118. OLE color: 12413118.

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

Color convert

RGB190104189-
CMYK00.450.010.25
HSL300.7º39.81%57.65%-
HSV(B)300.7º45.26%74.51%-
XYZ35.3724.5251.01-
YUV139.4155.99164.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.34%
GREEN value IS 104 (41.02% from 255) = 21.53%
BLUE value IS 189 (74.22% from 255) = 39.13%
R=39.34%
G=21.53%
B=39.13%

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
Decimal19010418900.450.010.25300.739.8157.65
HexBE68BD02D11912d283a
Octal2761502750551314555072
Binary101111101101000101111010101101111001100101101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE68BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE68BD; }

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

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

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

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

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

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

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

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