Html Css Color HEX #BE68AA Fuchsia

📋 copy color: '#BE68AA'

red 190 ◦ green 104 ◦ blue 170

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

Shades of Fuchsia #BE68AA

Tints of Fuchsia #BE68AA

RGB

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

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

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

R = 40.95%
G = 22.41%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BE68AA (or 0xBE68AA) is known color: Fuchsia. HEX triplet: BE, 68 and AA. RGB value is (190,104,170). Sum of RGB (Red+Green+Blue) = 190+104+170=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 104 (41.02% from 255 or 22.41% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 190 - color contains mainly: red. Hex color #BE68AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE68AA is #419755. Grayscale: #898989. Windows color (decimal): -4298582 or 11167934. OLE color: 11167934.

HSL color Cylindrical-coordinate representation of color #BE68AA: hue angle of 313.95º 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 #BE68AA is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 104 170 -
CMYK 0 0.45 0.11 0.25
HSL 313.95º 0.4% 0.58% -
HSV(B) 313.95º 0.45% 0.75% -
XYZ 33.44 23.75 40.85 -
YUV 137.24 146.49 165.63 -
System Red Green Blue C M Y K H S L
Decimal 190 104 170 0 0.45 0.11 0.25 313.95 0.4 0.58
Hex BE 68 AA 0 2D B 19 13A 28 3A
Octal 276 150 252 0 55 13 31 472 50 72
Binary 10111110 1101000 10101010 0 101101 1011 11001 100111010 101000 111010

Color Harmonies of #BE68AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE68AA

Black with #BE68AA

Text Example


Text Example

White with #BE68AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE68AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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