#BE5FBD

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

Shades of Fuchsia #BE5FBD

Tints of Fuchsia #BE5FBD

Color information

#BE5FBD (or 0xBE5FBD) is unknown color: approx Fuchsia. HEX triplet: BE, 5F and BD. RGB value is (190,95,189). Sum of RGB (Red+Green+Blue) = 190+95+189=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 95 (37.5% from 255 or 20.04% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5FBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5FBD is #41A042. Grayscale: #858585. Windows color (decimal): -4300867 or 12410814. OLE color: 12410814.

HSL color Cylindrical-coordinate representation of color #BE5FBD: hue angle of 300.63º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BE5FBD is Cyan = 0, Magento = 0.5, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB19095189-
CMYK00.50.010.25
HSL300.63º42.22%55.88%-
HSV(B)300.63º50%74.51%-
XYZ34.5122.8150.73-
YUV134.12158.97167.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.08%
GREEN value IS 95 (37.5% from 255) = 20.04%
BLUE value IS 189 (74.22% from 255) = 39.87%
R=40.08%
G=20.04%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909518900.50.010.25300.6342.2255.88
HexBE5FBD03211912d2a38
Octal2761372750621314555270
Binary101111101011111101111010110010111001100101101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5FBD; }

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

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

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

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

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

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

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

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