#BE5FB2

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

Shades of Fuchsia #BE5FB2

Tints of Fuchsia #BE5FB2

Color information

#BE5FB2 (or 0xBE5FB2) is unknown color: approx Fuchsia. HEX triplet: BE, 5F and B2. RGB value is (190,95,178). Sum of RGB (Red+Green+Blue) = 190+95+178=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 95 (37.5% from 255 or 20.52% from 463); Blue value is 178 (69.92% from 255 or 38.44% from 463); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5FB2 is #41A04D. Grayscale: #848484. Windows color (decimal): -4300878 or 11689918. OLE color: 11689918.

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

Color convert

RGB19095178-
CMYK00.50.060.25
HSL307.58º42.22%55.88%-
HSV(B)307.58º50%74.51%-
XYZ33.3622.3544.67-
YUV132.87153.47168.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.04%
GREEN value IS 95 (37.5% from 255) = 20.52%
BLUE value IS 178 (69.92% from 255) = 38.44%
R=41.04%
G=20.52%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909517800.50.060.25307.5842.2255.88
HexBE5FB20326191342a38
Octal2761372620626314645270
Binary10111110101111110110010011001011011001100110100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5FB2; }

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

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

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

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

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

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

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

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