Html Css Color HEX #BE41B0 Fuchsia

📋 copy color: '#BE41B0'

red 190 ◦ green 65 ◦ blue 176

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

Shades of Fuchsia #BE41B0

Tints of Fuchsia #BE41B0

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.08%

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

R = 44.08%
G = 15.08%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BE41B0 (or 0xBE41B0) is known color: Fuchsia. HEX triplet: BE, 41 and B0. RGB value is (190,65,176). Sum of RGB (Red+Green+Blue) = 190+65+176=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 65 (25.78% from 255 or 15.08% from 431); Blue value is 176 (69.14% from 255 or 40.84% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BE41B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE41B0 is #41BE4F. Grayscale: #727272. Windows color (decimal): -4308560 or 11551166. OLE color: 11551166.

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

Color convert

RGB 190 65 176 -
CMYK 0 0.66 0.07 0.25
HSL 306.72º 0.49% 0.5% -
HSV(B) 306.72º 0.66% 0.75% -
XYZ 30.96 17.86 42.89 -
YUV 115.03 162.41 181.47 -
System Red Green Blue C M Y K H S L
Decimal 190 65 176 0 0.66 0.07 0.25 306.72 0.49 0.5
Hex BE 41 B0 0 42 7 19 133 31 32
Octal 276 101 260 0 102 7 31 463 61 62
Binary 10111110 1000001 10110000 0 1000010 111 11001 100110011 110001 110010

Color Harmonies of #BE41B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE41B0

Black with #BE41B0

Text Example


Text Example

White with #BE41B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE41B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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