Html Css Color HEX #BE3AAC Fuchsia

📋 copy color: '#BE3AAC'

red 190 ◦ green 58 ◦ blue 172

#BE3AAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #BE3AAC

Tints of Fuchsia #BE3AAC

RGB

 RED value IS 190 (74.61% from 255) = 45.24%

 GREEN value IS 58 (23.05% from 255) = 13.81%

 BLUE value IS 172 (67.58% from 255) = 40.95%

R = 45.24%
G = 13.81%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BE3AAC (or 0xBE3AAC) is known color: Fuchsia. HEX triplet: BE, 3A and AC. RGB value is (190,58,172). Sum of RGB (Red+Green+Blue) = 190+58+172=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 58 (23.05% from 255 or 13.81% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3AAC is #41C553. Grayscale: #6E6E6E. Windows color (decimal): -4310356 or 11287230. OLE color: 11287230.

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

Color convert

RGB 190 58 172 -
CMYK 0 0.69 0.09 0.25
HSL 308.18º 0.53% 0.49% -
HSV(B) 308.18º 0.69% 0.75% -
XYZ 30.19 16.95 40.71 -
YUV 110.46 162.73 184.73 -
System Red Green Blue C M Y K H S L
Decimal 190 58 172 0 0.69 0.09 0.25 308.18 0.53 0.49
Hex BE 3A AC 0 45 9 19 134 35 31
Octal 276 72 254 0 105 11 31 464 65 61
Binary 10111110 111010 10101100 0 1000101 1001 11001 100110100 110101 110001

Color Harmonies of #BE3AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3AAC

Black with #BE3AAC

Text Example


Text Example

White with #BE3AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3AAC; }

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

 H1.HeaderClassName
 {
   color: #BE3AAC;
 }
 .AnyTagClassName
 {
   color: #BE3AAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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