Html Css Color HEX #BE60AF Fuchsia

📋 copy color: '#BE60AF'

red 190 ◦ green 96 ◦ blue 175

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

Shades of Fuchsia #BE60AF

Tints of Fuchsia #BE60AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.96%

R = 41.21%
G = 20.82%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BE60AF (or 0xBE60AF) is known color: Fuchsia. HEX triplet: BE, 60 and AF. RGB value is (190,96,175). Sum of RGB (Red+Green+Blue) = 190+96+175=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 96 (37.89% from 255 or 20.82% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BE60AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE60AF is #419F50. Grayscale: #848484. Windows color (decimal): -4300625 or 11493566. OLE color: 11493566.

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

Color convert

RGB 190 96 175 -
CMYK 0 0.49 0.08 0.25
HSL 309.57º 0.42% 0.56% -
HSV(B) 309.57º 0.49% 0.75% -
XYZ 33.16 22.41 43.14 -
YUV 133.11 151.64 168.58 -
System Red Green Blue C M Y K H S L
Decimal 190 96 175 0 0.49 0.08 0.25 309.57 0.42 0.56
Hex BE 60 AF 0 31 8 19 136 2A 38
Octal 276 140 257 0 61 10 31 466 52 70
Binary 10111110 1100000 10101111 0 110001 1000 11001 100110110 101010 111000

Color Harmonies of #BE60AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE60AF

Black with #BE60AF

Text Example


Text Example

White with #BE60AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE60AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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