Html Css Color HEX #BE66AA Fuchsia

📋 copy color: '#BE66AA'

red 190 ◦ green 102 ◦ blue 170

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

Shades of Fuchsia #BE66AA

Tints of Fuchsia #BE66AA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.08%

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

R = 41.13%
G = 22.08%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BE66AA (or 0xBE66AA) is known color: Fuchsia. HEX triplet: BE, 66 and AA. RGB value is (190,102,170). Sum of RGB (Red+Green+Blue) = 190+102+170=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 102 (40.23% from 255 or 22.08% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 190 - color contains mainly: red. Hex color #BE66AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE66AA is #419955. Grayscale: #878787. Windows color (decimal): -4299094 or 11167422. OLE color: 11167422.

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

Color convert

RGB 190 102 170 -
CMYK 0 0.46 0.11 0.25
HSL 313.64º 0.4% 0.57% -
HSV(B) 313.64º 0.46% 0.75% -
XYZ 33.24 23.35 40.79 -
YUV 136.06 147.15 166.47 -
System Red Green Blue C M Y K H S L
Decimal 190 102 170 0 0.46 0.11 0.25 313.64 0.4 0.57
Hex BE 66 AA 0 2E B 19 13A 28 39
Octal 276 146 252 0 56 13 31 472 50 71
Binary 10111110 1100110 10101010 0 101110 1011 11001 100111010 101000 111001

Color Harmonies of #BE66AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE66AA

Black with #BE66AA

Text Example


Text Example

White with #BE66AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE66AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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