Html Css Color HEX #BE61AE Fuchsia

📋 copy color: '#BE61AE'

red 190 ◦ green 97 ◦ blue 174

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

Shades of Fuchsia #BE61AE

Tints of Fuchsia #BE61AE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.04%

 BLUE value IS 174 (68.36% from 255) = 37.74%

R = 41.21%
G = 21.04%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BE61AE (or 0xBE61AE) is known color: Fuchsia. HEX triplet: BE, 61 and AE. RGB value is (190,97,174). Sum of RGB (Red+Green+Blue) = 190+97+174=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 97 (38.28% from 255 or 21.04% from 461); Blue value is 174 (68.36% from 255 or 37.74% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BE61AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE61AE is #419E51. Grayscale: #858585. Windows color (decimal): -4300370 or 11428286. OLE color: 11428286.

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

Color convert

RGB 190 97 174 -
CMYK 0 0.49 0.08 0.25
HSL 310.32º 0.42% 0.56% -
HSV(B) 310.32º 0.49% 0.75% -
XYZ 33.15 22.55 42.65 -
YUV 133.59 150.81 168.24 -
System Red Green Blue C M Y K H S L
Decimal 190 97 174 0 0.49 0.08 0.25 310.32 0.42 0.56
Hex BE 61 AE 0 31 8 19 136 2A 38
Octal 276 141 256 0 61 10 31 466 52 70
Binary 10111110 1100001 10101110 0 110001 1000 11001 100110110 101010 111000

Color Harmonies of #BE61AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE61AE

Black with #BE61AE

Text Example


Text Example

White with #BE61AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE61AE; }

 p { color: rgb(190,97,174); }

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

background-color css

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

 a { background-color: rgb(190,97,174); }

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

border-color css

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

 span { border-color: rgb(190,97,174); }

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