Html Css Color HEX #BE44AD Fuchsia

📋 copy color: '#BE44AD'

red 190 ◦ green 68 ◦ blue 173

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

Shades of Fuchsia #BE44AD

Tints of Fuchsia #BE44AD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.78%

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

R = 44.08%
G = 15.78%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BE44AD (or 0xBE44AD) is known color: Fuchsia. HEX triplet: BE, 44 and AD. RGB value is (190,68,173). Sum of RGB (Red+Green+Blue) = 190+68+173=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 68 (26.95% from 255 or 15.78% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BE44AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE44AD is #41BB52. Grayscale: #747474. Windows color (decimal): -4307795 or 11355326. OLE color: 11355326.

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

Color convert

RGB 190 68 173 -
CMYK 0 0.64 0.09 0.25
HSL 308.36º 0.48% 0.51% -
HSV(B) 308.36º 0.64% 0.75% -
XYZ 30.85 18.1 41.4 -
YUV 116.45 159.92 180.46 -
System Red Green Blue C M Y K H S L
Decimal 190 68 173 0 0.64 0.09 0.25 308.36 0.48 0.51
Hex BE 44 AD 0 40 9 19 134 30 33
Octal 276 104 255 0 100 11 31 464 60 63
Binary 10111110 1000100 10101101 0 1000000 1001 11001 100110100 110000 110011

Color Harmonies of #BE44AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE44AD

Black with #BE44AD

Text Example


Text Example

White with #BE44AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE44AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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