Html Css Color HEX #BE60A9 Fuchsia

📋 copy color: '#BE60A9'

red 190 ◦ green 96 ◦ blue 169

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

Shades of Fuchsia #BE60A9

Tints of Fuchsia #BE60A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 37.14%

R = 41.76%
G = 21.1%
B = 37.14%

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

#BE60A9 (or 0xBE60A9) is known color: Fuchsia. HEX triplet: BE, 60 and A9. RGB value is (190,96,169). Sum of RGB (Red+Green+Blue) = 190+96+169=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 96 (37.89% from 255 or 21.10% from 455); Blue value is 169 (66.41% from 255 or 37.14% from 455); Max value from RGB is 190 - color contains mainly: red. Hex color #BE60A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE60A9 is #419F56. Grayscale: #848484. Windows color (decimal): -4300631 or 11100350. OLE color: 11100350.

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

Color convert

RGB 190 96 169 -
CMYK 0 0.49 0.11 0.25
HSL 313.4º 0.42% 0.56% -
HSV(B) 313.4º 0.49% 0.75% -
XYZ 32.58 22.18 40.1 -
YUV 132.43 148.64 169.06 -
System Red Green Blue C M Y K H S L
Decimal 190 96 169 0 0.49 0.11 0.25 313.4 0.42 0.56
Hex BE 60 A9 0 31 B 19 139 2A 38
Octal 276 140 251 0 61 13 31 471 52 70
Binary 10111110 1100000 10101001 0 110001 1011 11001 100111001 101010 111000

Color Harmonies of #BE60A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE60A9

Black with #BE60A9

Text Example


Text Example

White with #BE60A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE60A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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