Html Css Color HEX #BE3CAA Fuchsia

📋 copy color: '#BE3CAA'

red 190 ◦ green 60 ◦ blue 170

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

Shades of Fuchsia #BE3CAA

Tints of Fuchsia #BE3CAA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.29%

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

R = 45.24%
G = 14.29%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BE3CAA (or 0xBE3CAA) is known color: Fuchsia. HEX triplet: BE, 3C and AA. RGB value is (190,60,170). Sum of RGB (Red+Green+Blue) = 190+60+170=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 60 (23.83% from 255 or 14.29% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3CAA is #41C355. Grayscale: #6F6F6F. Windows color (decimal): -4309846 or 11156670. OLE color: 11156670.

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

Color convert

RGB 190 60 170 -
CMYK 0 0.68 0.11 0.25
HSL 309.23º 0.52% 0.49% -
HSV(B) 309.23º 0.68% 0.75% -
XYZ 30.11 17.08 39.74 -
YUV 111.41 161.07 184.06 -
System Red Green Blue C M Y K H S L
Decimal 190 60 170 0 0.68 0.11 0.25 309.23 0.52 0.49
Hex BE 3C AA 0 44 B 19 135 34 31
Octal 276 74 252 0 104 13 31 465 64 61
Binary 10111110 111100 10101010 0 1000100 1011 11001 100110101 110100 110001

Color Harmonies of #BE3CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3CAA

Black with #BE3CAA

Text Example


Text Example

White with #BE3CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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