Html Css Color HEX #BE6AAE Fuchsia

📋 copy color: '#BE6AAE'

red 190 ◦ green 106 ◦ blue 174

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

Shades of Fuchsia #BE6AAE

Tints of Fuchsia #BE6AAE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.55%

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

R = 40.43%
G = 22.55%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BE6AAE (or 0xBE6AAE) is known color: Fuchsia. HEX triplet: BE, 6A and AE. RGB value is (190,106,174). Sum of RGB (Red+Green+Blue) = 190+106+174=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 106 (41.80% from 255 or 22.55% from 470); Blue value is 174 (68.36% from 255 or 37.02% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6AAE is #419551. Grayscale: #8A8A8A. Windows color (decimal): -4298066 or 11430590. OLE color: 11430590.

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

Color convert

RGB 190 106 174 -
CMYK 0 0.44 0.08 0.25
HSL 311.43º 0.39% 0.58% -
HSV(B) 311.43º 0.44% 0.75% -
XYZ 34.03 24.31 42.94 -
YUV 138.87 147.83 164.47 -
System Red Green Blue C M Y K H S L
Decimal 190 106 174 0 0.44 0.08 0.25 311.43 0.39 0.58
Hex BE 6A AE 0 2C 8 19 137 27 3A
Octal 276 152 256 0 54 10 31 467 47 72
Binary 10111110 1101010 10101110 0 101100 1000 11001 100110111 100111 111010

Color Harmonies of #BE6AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6AAE

Black with #BE6AAE

Text Example


Text Example

White with #BE6AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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