#BE30AB

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

Shades of Fuchsia #BE30AB

Tints of Fuchsia #BE30AB

Color information

#BE30AB (or 0xBE30AB) is unknown color: approx Fuchsia. HEX triplet: BE, 30 and AB. RGB value is (190,48,171). Sum of RGB (Red+Green+Blue) = 190+48+171=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 48 (19.14% from 255 or 11.74% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BE30AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE30AB is #41CF54. Grayscale: #686868. Windows color (decimal): -4312917 or 11219134. OLE color: 11219134.

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

Color convert

RGB19048171-
CMYK00.750.100.25
HSL308.03º59.66%46.67%-
HSV(B)308.03º74.74%74.51%-
XYZ29.641640.05-
YUV104.48165.54189-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.45%
GREEN value IS 48 (19.14% from 255) = 11.74%
BLUE value IS 171 (67.19% from 255) = 41.81%
R=46.45%
G=11.74%
B=41.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904817100.750.100.25308.0359.6646.67
HexBE30AB04BA191343c2f
Octal27660253011312314647457
Binary101111101100001010101101001011101011001100110100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE30AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE30AB; }

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

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

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

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

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

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

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

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