#BE2EBA

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

Shades of Fuchsia #BE2EBA

Tints of Fuchsia #BE2EBA

Color information

#BE2EBA (or 0xBE2EBA) is unknown color: approx Fuchsia. HEX triplet: BE, 2E and BA. RGB value is (190,46,186). Sum of RGB (Red+Green+Blue) = 190+46+186=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 46 (18.36% from 255 or 10.90% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2EBA is #41D145. Grayscale: #686868. Windows color (decimal): -4313414 or 12201662. OLE color: 12201662.

HSL color Cylindrical-coordinate representation of color #BE2EBA: hue angle of 301.67º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE2EBA is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB19046186-
CMYK00.760.020.25
HSL301.67º61.02%46.27%-
HSV(B)301.67º75.79%74.51%-
XYZ31.0816.4547.99-
YUV105.02173.71188.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.02%
GREEN value IS 46 (18.36% from 255) = 10.90%
BLUE value IS 186 (73.05% from 255) = 44.08%
R=45.02%
G=10.90%
B=44.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904618600.760.020.25301.6761.0246.27
HexBE2EBA04C21912e3d2e
Octal2765627201142314567556
Binary1011111010111010111010010011001011001100101110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2EBA; }

 p { color: rgb(190,46,186); }

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

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

 a { background-color: rgb(190,46,186); }

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

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

 span { border-color: rgb(190,46,186); }

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