Html Css Color HEX #BE49B0 Fuchsia

📋 copy color: '#BE49B0'

red 190 ◦ green 73 ◦ blue 176

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

Shades of Fuchsia #BE49B0

Tints of Fuchsia #BE49B0

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.63%

 BLUE value IS 176 (69.14% from 255) = 40.09%

R = 43.28%
G = 16.63%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BE49B0 (or 0xBE49B0) is known color: Fuchsia. HEX triplet: BE, 49 and B0. RGB value is (190,73,176). Sum of RGB (Red+Green+Blue) = 190+73+176=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 73 (28.91% from 255 or 16.63% from 439); Blue value is 176 (69.14% from 255 or 40.09% from 439); Max value from RGB is 190 - color contains mainly: red. Hex color #BE49B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE49B0 is #41B64F. Grayscale: #777777. Windows color (decimal): -4306512 or 11553214. OLE color: 11553214.

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

Color convert

RGB 190 73 176 -
CMYK 0 0.62 0.07 0.25
HSL 307.18º 0.47% 0.52% -
HSV(B) 307.18º 0.62% 0.75% -
XYZ 31.45 18.85 43.05 -
YUV 119.73 159.76 178.12 -
System Red Green Blue C M Y K H S L
Decimal 190 73 176 0 0.62 0.07 0.25 307.18 0.47 0.52
Hex BE 49 B0 0 3E 7 19 133 2F 34
Octal 276 111 260 0 76 7 31 463 57 64
Binary 10111110 1001001 10110000 0 111110 111 11001 100110011 101111 110100

Color Harmonies of #BE49B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE49B0

Black with #BE49B0

Text Example


Text Example

White with #BE49B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE49B0; }

 p { color: rgb(190,73,176); }

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

background-color css

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

 a { background-color: rgb(190,73,176); }

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

border-color css

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

 span { border-color: rgb(190,73,176); }

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