#be3ac8

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

Shades of Fuchsia #BE3AC8

Tints of Fuchsia #BE3AC8

Color information

#BE3AC8 (or 0xBE3AC8) is unknown color: approx Fuchsia. HEX triplet: BE, 3A and C8. RGB value is (190,58,200). Sum of RGB (Red+Green+Blue) = 190+58+200=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 58 (23.05% from 255 or 12.95% from 448); Blue value is 200 (78.52% from 255 or 44.64% from 448); Max value from RGB is 200 - color contains mainly: blue. Hex color #BE3AC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3AC8 is #41C537. Grayscale: #717171. Windows color (decimal): -4310328 or 13122238. OLE color: 13122238.

HSL color Cylindrical-coordinate representation of color #BE3AC8: hue angle of 295.77º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BE3AC8 is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19058200-
CMYK0.050.7100.22
HSL295.77º56.35%50.59%-
HSV(B)295.77º71%78.43%-
XYZ33.1718.1456.4-
YUV113.66176.73182.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.41%
GREEN value IS 58 (23.05% from 255) = 12.95%
BLUE value IS 200 (78.52% from 255) = 44.64%
R=42.41%
G=12.95%
B=44.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal190582000.050.7100.22295.7756.3550.59
HexBE3AC85470161283833
Octal2767231051070264507063
Binary10111110111010110010001011000111010110100101000111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be3ac8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be3ac8; }

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

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

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

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

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

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

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

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