#BE30AD

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

Shades of Fuchsia #BE30AD

Tints of Fuchsia #BE30AD

Color information

#BE30AD (or 0xBE30AD) is unknown color: approx Fuchsia. HEX triplet: BE, 30 and AD. RGB value is (190,48,173). Sum of RGB (Red+Green+Blue) = 190+48+173=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 48 (19.14% from 255 or 11.68% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BE30AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE30AD is #41CF52. Grayscale: #686868. Windows color (decimal): -4312915 or 11350206. OLE color: 11350206.

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

Color convert

RGB19048173-
CMYK00.750.090.25
HSL307.18º59.66%46.67%-
HSV(B)307.18º74.74%74.51%-
XYZ29.8316.0841.07-
YUV104.71166.54188.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.23%
GREEN value IS 48 (19.14% from 255) = 11.68%
BLUE value IS 173 (67.97% from 255) = 42.09%
R=46.23%
G=11.68%
B=42.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904817300.750.090.25307.1859.6646.67
HexBE30AD04B9191333c2f
Octal27660255011311314637457
Binary101111101100001010110101001011100111001100110011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE30AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE30AD; }

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

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

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

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

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

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

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

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