Html Css Color HEX #BE6DAE Fuchsia

📋 copy color: '#BE6DAE'

red 190 ◦ green 109 ◦ blue 174

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

Shades of Fuchsia #BE6DAE

Tints of Fuchsia #BE6DAE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.04%

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

R = 40.17%
G = 23.04%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BE6DAE (or 0xBE6DAE) is known color: Fuchsia. HEX triplet: BE, 6D and AE. RGB value is (190,109,174). Sum of RGB (Red+Green+Blue) = 190+109+174=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 109 (42.97% from 255 or 23.04% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6DAE is #419251. Grayscale: #8C8C8C. Windows color (decimal): -4297298 or 11431358. OLE color: 11431358.

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

Color convert

RGB 190 109 174 -
CMYK 0 0.43 0.08 0.25
HSL 311.85º 0.38% 0.59% -
HSV(B) 311.85º 0.43% 0.75% -
XYZ 34.34 24.94 43.05 -
YUV 140.63 146.84 163.21 -
System Red Green Blue C M Y K H S L
Decimal 190 109 174 0 0.43 0.08 0.25 311.85 0.38 0.59
Hex BE 6D AE 0 2B 8 19 138 26 3B
Octal 276 155 256 0 53 10 31 470 46 73
Binary 10111110 1101101 10101110 0 101011 1000 11001 100111000 100110 111011

Color Harmonies of #BE6DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6DAE

Black with #BE6DAE

Text Example


Text Example

White with #BE6DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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