Html Css Color HEX #BE41BE Fuchsia

📋 copy color: '#BE41BE'

red 190 ◦ green 65 ◦ blue 190

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

Shades of Fuchsia #BE41BE

Tints of Fuchsia #BE41BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.7%

R = 42.7%
G = 14.61%
B = 42.7%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE41BE (or 0xBE41BE) is known color: Fuchsia. HEX triplet: BE, 41 and BE. RGB value is (190,65,190). Sum of RGB (Red+Green+Blue) = 190+65+190=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 65 (25.78% from 255 or 14.61% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE41BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE41BE is #41BE41. Grayscale: #747474. Windows color (decimal): -4308546 or 12468670. OLE color: 12468670.

HSL color Cylindrical-coordinate representation of color #BE41BE: hue angle of 300º 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 #BE41BE is Cyan = 0, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 65 190 -
CMYK 0 0.66 0 0.25
HSL 300º 0.49% 0.5% -
HSV(B) 300º 0.66% 0.75% -
XYZ 32.42 18.45 50.57 -
YUV 116.63 169.41 180.34 -
System Red Green Blue C M Y K H S L
Decimal 190 65 190 0 0.66 0 0.25 300 0.49 0.5
Hex BE 41 BE 0 42 0 19 12C 31 32
Octal 276 101 276 0 102 0 31 454 61 62
Binary 10111110 1000001 10111110 0 1000010 0 11001 100101100 110001 110010

Color Harmonies of #BE41BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE41BE

Black with #BE41BE

Text Example


Text Example

White with #BE41BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE41BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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