#BE5CB9

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

Shades of Fuchsia #BE5CB9

Tints of Fuchsia #BE5CB9

Color information

#BE5CB9 (or 0xBE5CB9) is unknown color: approx Fuchsia. HEX triplet: BE, 5C and B9. RGB value is (190,92,185). Sum of RGB (Red+Green+Blue) = 190+92+185=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 92 (36.33% from 255 or 19.70% from 467); Blue value is 185 (72.66% from 255 or 39.61% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5CB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5CB9 is #41A346. Grayscale: #838383. Windows color (decimal): -4301639 or 12147902. OLE color: 12147902.

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

Color convert

RGB19092185-
CMYK00.520.030.25
HSL303.06º42.98%55.29%-
HSV(B)303.06º51.58%74.51%-
XYZ33.8222.148.38-
YUV131.9157.97169.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.69%
GREEN value IS 92 (36.33% from 255) = 19.70%
BLUE value IS 185 (72.66% from 255) = 39.61%
R=40.69%
G=19.70%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909218500.520.030.25303.0642.9855.29
HexBE5CB903431912f2b37
Octal2761342710643314575367
Binary1011111010111001011100101101001111001100101111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5CB9; }

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

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

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

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

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

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

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

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