Html Css Color HEX #BE60AA Fuchsia

📋 copy color: '#BE60AA'

red 190 ◦ green 96 ◦ blue 170

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

Shades of Fuchsia #BE60AA

Tints of Fuchsia #BE60AA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.05%

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

R = 41.67%
G = 21.05%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BE60AA (or 0xBE60AA) is known color: Fuchsia. HEX triplet: BE, 60 and AA. RGB value is (190,96,170). Sum of RGB (Red+Green+Blue) = 190+96+170=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 96 (37.89% from 255 or 21.05% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 190 - color contains mainly: red. Hex color #BE60AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE60AA is #419F55. Grayscale: #848484. Windows color (decimal): -4300630 or 11165886. OLE color: 11165886.

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

Color convert

RGB 190 96 170 -
CMYK 0 0.49 0.11 0.25
HSL 312.77º 0.42% 0.56% -
HSV(B) 312.77º 0.49% 0.75% -
XYZ 32.67 22.22 40.6 -
YUV 132.54 149.14 168.98 -
System Red Green Blue C M Y K H S L
Decimal 190 96 170 0 0.49 0.11 0.25 312.77 0.42 0.56
Hex BE 60 AA 0 31 B 19 139 2A 38
Octal 276 140 252 0 61 13 31 471 52 70
Binary 10111110 1100000 10101010 0 110001 1011 11001 100111001 101010 111000

Color Harmonies of #BE60AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE60AA

Black with #BE60AA

Text Example


Text Example

White with #BE60AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE60AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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