#BE33AD

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

Shades of Fuchsia #BE33AD

Tints of Fuchsia #BE33AD

Color information

#BE33AD (or 0xBE33AD) is unknown color: approx Fuchsia. HEX triplet: BE, 33 and AD. RGB value is (190,51,173). Sum of RGB (Red+Green+Blue) = 190+51+173=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 51 (20.31% from 255 or 12.32% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BE33AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE33AD is #41CC52. Grayscale: #6A6A6A. Windows color (decimal): -4312147 or 11350974. OLE color: 11350974.

HSL color Cylindrical-coordinate representation of color #BE33AD: hue angle of 307.34º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE33AD is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB19051173-
CMYK00.730.090.25
HSL307.34º57.68%47.25%-
HSV(B)307.34º73.16%74.51%-
XYZ29.9616.3341.11-
YUV106.47165.55187.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.89%
GREEN value IS 51 (20.31% from 255) = 12.32%
BLUE value IS 173 (67.97% from 255) = 41.79%
R=45.89%
G=12.32%
B=41.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905117300.730.090.25307.3457.6847.25
HexBE33AD0499191333a2f
Octal27663255011111314637257
Binary101111101100111010110101001001100111001100110011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE33AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE33AD; }

 p { color: rgb(190,51,173); }

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

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

 a { background-color: rgb(190,51,173); }

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

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

 span { border-color: rgb(190,51,173); }

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