Html Css Color HEX #BE48A9 Fuchsia

📋 copy color: '#BE48A9'

red 190 ◦ green 72 ◦ blue 169

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

Shades of Fuchsia #BE48A9

Tints of Fuchsia #BE48A9

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.71%

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

R = 44.08%
G = 16.71%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BE48A9 (or 0xBE48A9) is known color: Fuchsia. HEX triplet: BE, 48 and A9. RGB value is (190,72,169). Sum of RGB (Red+Green+Blue) = 190+72+169=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 72 (28.52% from 255 or 16.71% from 431); Blue value is 169 (66.41% from 255 or 39.21% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BE48A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE48A9 is #41B756. Grayscale: #767676. Windows color (decimal): -4306775 or 11094206. OLE color: 11094206.

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

Color convert

RGB 190 72 169 -
CMYK 0 0.62 0.11 0.25
HSL 310.68º 0.48% 0.51% -
HSV(B) 310.68º 0.62% 0.75% -
XYZ 30.71 18.45 39.48 -
YUV 118.34 156.59 179.11 -
System Red Green Blue C M Y K H S L
Decimal 190 72 169 0 0.62 0.11 0.25 310.68 0.48 0.51
Hex BE 48 A9 0 3E B 19 137 30 33
Octal 276 110 251 0 76 13 31 467 60 63
Binary 10111110 1001000 10101001 0 111110 1011 11001 100110111 110000 110011

Color Harmonies of #BE48A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE48A9

Black with #BE48A9

Text Example


Text Example

White with #BE48A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE48A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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