Html Css Color HEX #BE60AB Fuchsia

📋 copy color: '#BE60AB'

red 190 ◦ green 96 ◦ blue 171

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

Shades of Fuchsia #BE60AB

Tints of Fuchsia #BE60AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.42%

R = 41.58%
G = 21.01%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BE60AB (or 0xBE60AB) is known color: Fuchsia. HEX triplet: BE, 60 and AB. RGB value is (190,96,171). Sum of RGB (Red+Green+Blue) = 190+96+171=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BE60AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE60AB is #419F54. Grayscale: #848484. Windows color (decimal): -4300629 or 11231422. OLE color: 11231422.

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

Color convert

RGB 190 96 171 -
CMYK 0 0.49 0.10 0.25
HSL 312.13º 0.42% 0.56% -
HSV(B) 312.13º 0.49% 0.75% -
XYZ 32.77 22.25 41.1 -
YUV 132.66 149.64 168.9 -
System Red Green Blue C M Y K H S L
Decimal 190 96 171 0 0.49 0.10 0.25 312.13 0.42 0.56
Hex BE 60 AB 0 31 A 19 138 2A 38
Octal 276 140 253 0 61 12 31 470 52 70
Binary 10111110 1100000 10101011 0 110001 1010 11001 100111000 101010 111000

Color Harmonies of #BE60AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE60AB

Black with #BE60AB

Text Example


Text Example

White with #BE60AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE60AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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