Html Css Color HEX #BE40A8 Fuchsia

📋 copy color: '#BE40A8'

red 190 ◦ green 64 ◦ blue 168

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

Shades of Fuchsia #BE40A8

Tints of Fuchsia #BE40A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 39.81%

R = 45.02%
G = 15.17%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BE40A8 (or 0xBE40A8) is known color: Fuchsia. HEX triplet: BE, 40 and A8. RGB value is (190,64,168). Sum of RGB (Red+Green+Blue) = 190+64+168=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 168 (66.02% from 255 or 39.81% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BE40A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE40A8 is #41BF57. Grayscale: #717171. Windows color (decimal): -4308824 or 11026622. OLE color: 11026622.

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

Color convert

RGB 190 64 168 -
CMYK 0 0.66 0.12 0.25
HSL 310.48º 0.5% 0.5% -
HSV(B) 310.48º 0.66% 0.75% -
XYZ 30.14 17.44 38.82 -
YUV 113.53 158.74 182.54 -
System Red Green Blue C M Y K H S L
Decimal 190 64 168 0 0.66 0.12 0.25 310.48 0.5 0.5
Hex BE 40 A8 0 42 C 19 136 32 32
Octal 276 100 250 0 102 14 31 466 62 62
Binary 10111110 1000000 10101000 0 1000010 1100 11001 100110110 110010 110010

Color Harmonies of #BE40A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE40A8

Black with #BE40A8

Text Example


Text Example

White with #BE40A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE40A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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