#BE3ACA

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

Shades of Fuchsia #BE3ACA

Tints of Fuchsia #BE3ACA

Color information

#BE3ACA (or 0xBE3ACA) is unknown color: approx Fuchsia. HEX triplet: BE, 3A and CA. RGB value is (190,58,202). Sum of RGB (Red+Green+Blue) = 190+58+202=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 58 (23.05% from 255 or 12.89% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE3ACA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3ACA is #41C535. Grayscale: #717171. Windows color (decimal): -4310326 or 13253310. OLE color: 13253310.

HSL color Cylindrical-coordinate representation of color #BE3ACA: hue angle of 295º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BE3ACA is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19058202-
CMYK0.060.7100.21
HSL295º57.6%50.98%-
HSV(B)295º71.29%79.22%-
XYZ33.4118.2457.64-
YUV113.88177.73182.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.22%
GREEN value IS 58 (23.05% from 255) = 12.89%
BLUE value IS 202 (79.30% from 255) = 44.89%
R=42.22%
G=12.89%
B=44.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal190582020.060.7100.2129557.650.98
HexBE3ACA6470151273a33
Octal2767231261070254477263
Binary10111110111010110010101101000111010101100100111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3ACA; }

 p { color: rgb(190,58,202); }

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

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

 a { background-color: rgb(190,58,202); }

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

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

 span { border-color: rgb(190,58,202); }

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