Html Css Color HEX #BE56AD Fuchsia

📋 copy color: '#BE56AD'

red 190 ◦ green 86 ◦ blue 173

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

Shades of Fuchsia #BE56AD

Tints of Fuchsia #BE56AD

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.15%

 BLUE value IS 173 (67.97% from 255) = 38.53%

R = 42.32%
G = 19.15%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BE56AD (or 0xBE56AD) is known color: Fuchsia. HEX triplet: BE, 56 and AD. RGB value is (190,86,173). Sum of RGB (Red+Green+Blue) = 190+86+173=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 86 (33.98% from 255 or 19.15% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BE56AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE56AD is #41A952. Grayscale: #7E7E7E. Windows color (decimal): -4303187 or 11359934. OLE color: 11359934.

HSL color Cylindrical-coordinate representation of color #BE56AD: hue angle of 309.81º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE56AD is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 86 173 -
CMYK 0 0.55 0.09 0.25
HSL 309.81º 0.44% 0.54% -
HSV(B) 309.81º 0.55% 0.75% -
XYZ 32.11 20.62 41.82 -
YUV 127.01 153.96 172.93 -
System Red Green Blue C M Y K H S L
Decimal 190 86 173 0 0.55 0.09 0.25 309.81 0.44 0.54
Hex BE 56 AD 0 37 9 19 136 2C 36
Octal 276 126 255 0 67 11 31 466 54 66
Binary 10111110 1010110 10101101 0 110111 1001 11001 100110110 101100 110110

Color Harmonies of #BE56AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE56AD

Black with #BE56AD

Text Example


Text Example

White with #BE56AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE56AD; }

 p { color: rgb(190,86,173); }

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

background-color css

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

 a { background-color: rgb(190,86,173); }

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

border-color css

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

 span { border-color: rgb(190,86,173); }

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