Html Css Color HEX #BE68AE Fuchsia

📋 copy color: '#BE68AE'

red 190 ◦ green 104 ◦ blue 174

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

Shades of Fuchsia #BE68AE

Tints of Fuchsia #BE68AE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.22%

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

R = 40.6%
G = 22.22%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BE68AE (or 0xBE68AE) is known color: Fuchsia. HEX triplet: BE, 68 and AE. RGB value is (190,104,174). Sum of RGB (Red+Green+Blue) = 190+104+174=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 104 (41.02% from 255 or 22.22% from 468); Blue value is 174 (68.36% from 255 or 37.18% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BE68AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE68AE is #419751. Grayscale: #898989. Windows color (decimal): -4298578 or 11430078. OLE color: 11430078.

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

Color convert

RGB 190 104 174 -
CMYK 0 0.45 0.08 0.25
HSL 311.16º 0.4% 0.58% -
HSV(B) 311.16º 0.45% 0.75% -
XYZ 33.83 23.9 42.88 -
YUV 137.69 148.49 165.31 -
System Red Green Blue C M Y K H S L
Decimal 190 104 174 0 0.45 0.08 0.25 311.16 0.4 0.58
Hex BE 68 AE 0 2D 8 19 137 28 3A
Octal 276 150 256 0 55 10 31 467 50 72
Binary 10111110 1101000 10101110 0 101101 1000 11001 100110111 101000 111010

Color Harmonies of #BE68AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE68AE

Black with #BE68AE

Text Example


Text Example

White with #BE68AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE68AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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