Html Css Color HEX #BE40BE Fuchsia

📋 copy color: '#BE40BE'

red 190 ◦ green 64 ◦ blue 190

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

Shades of Fuchsia #BE40BE

Tints of Fuchsia #BE40BE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.41%

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

R = 42.79%
G = 14.41%
B = 42.79%

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

#BE40BE (or 0xBE40BE) is known color: Fuchsia. HEX triplet: BE, 40 and BE. RGB value is (190,64,190). Sum of RGB (Red+Green+Blue) = 190+64+190=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 64 (25.39% from 255 or 14.41% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE40BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE40BE is #41BF41. Grayscale: #737373. Windows color (decimal): -4308802 or 12468414. OLE color: 12468414.

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

Color convert

RGB 190 64 190 -
CMYK 0 0.66 0 0.25
HSL 300º 0.5% 0.5% -
HSV(B) 300º 0.66% 0.75% -
XYZ 32.36 18.33 50.55 -
YUV 116.04 169.74 180.75 -
System Red Green Blue C M Y K H S L
Decimal 190 64 190 0 0.66 0 0.25 300 0.5 0.5
Hex BE 40 BE 0 42 0 19 12C 32 32
Octal 276 100 276 0 102 0 31 454 62 62
Binary 10111110 1000000 10111110 0 1000010 0 11001 100101100 110010 110010

Color Harmonies of #BE40BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE40BE

Black with #BE40BE

Text Example


Text Example

White with #BE40BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE40BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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