Html Css Color HEX #BE3FAA Fuchsia

📋 copy color: '#BE3FAA'

red 190 ◦ green 63 ◦ blue 170

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

Shades of Fuchsia #BE3FAA

Tints of Fuchsia #BE3FAA

RGB

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

 GREEN value IS 63 (25% from 255) = 14.89%

 BLUE value IS 170 (66.8% from 255) = 40.19%

R = 44.92%
G = 14.89%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BE3FAA (or 0xBE3FAA) is known color: Fuchsia. HEX triplet: BE, 3F and AA. RGB value is (190,63,170). Sum of RGB (Red+Green+Blue) = 190+63+170=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 63 (25% from 255 or 14.89% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3FAA is #41C055. Grayscale: #707070. Windows color (decimal): -4309078 or 11157438. OLE color: 11157438.

HSL color Cylindrical-coordinate representation of color #BE3FAA: hue angle of 309.45º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE3FAA is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 63 170 -
CMYK 0 0.67 0.11 0.25
HSL 309.45º 0.5% 0.5% -
HSV(B) 309.45º 0.67% 0.75% -
XYZ 30.27 17.4 39.79 -
YUV 113.17 160.08 182.8 -
System Red Green Blue C M Y K H S L
Decimal 190 63 170 0 0.67 0.11 0.25 309.45 0.5 0.5
Hex BE 3F AA 0 43 B 19 135 32 32
Octal 276 77 252 0 103 13 31 465 62 62
Binary 10111110 111111 10101010 0 1000011 1011 11001 100110101 110010 110010

Color Harmonies of #BE3FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3FAA

Black with #BE3FAA

Text Example


Text Example

White with #BE3FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3FAA; }

 p { color: rgb(190,63,170); }

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

background-color css

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

 a { background-color: rgb(190,63,170); }

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

border-color css

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

 span { border-color: rgb(190,63,170); }

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