#BE5CBD

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

Shades of Fuchsia #BE5CBD

Tints of Fuchsia #BE5CBD

Color information

#BE5CBD (or 0xBE5CBD) is unknown color: approx Fuchsia. HEX triplet: BE, 5C and BD. RGB value is (190,92,189). Sum of RGB (Red+Green+Blue) = 190+92+189=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 92 (36.33% from 255 or 19.53% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5CBD is #41A342. Grayscale: #848484. Windows color (decimal): -4301635 or 12410046. OLE color: 12410046.

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

Color convert

RGB19092189-
CMYK00.520.010.25
HSL300.61º42.98%55.29%-
HSV(B)300.61º51.58%74.51%-
XYZ34.2522.2850.64-
YUV132.36159.97169.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.34%
GREEN value IS 92 (36.33% from 255) = 19.53%
BLUE value IS 189 (74.22% from 255) = 40.13%
R=40.34%
G=19.53%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909218900.520.010.25300.6142.9855.29
HexBE5CBD03411912d2b37
Octal2761342750641314555367
Binary101111101011100101111010110100111001100101101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5CBD; }

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

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

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

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

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

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

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

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