Html Css Color HEX #BE4DA8 Fuchsia

📋 copy color: '#BE4DA8'

red 190 ◦ green 77 ◦ blue 168

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

Shades of Fuchsia #BE4DA8

Tints of Fuchsia #BE4DA8

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.7%

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

R = 43.68%
G = 17.7%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BE4DA8 (or 0xBE4DA8) is known color: Fuchsia. HEX triplet: BE, 4D and A8. RGB value is (190,77,168). Sum of RGB (Red+Green+Blue) = 190+77+168=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 77 (30.47% from 255 or 17.70% from 435); Blue value is 168 (66.02% from 255 or 38.62% from 435); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE4DA8 is #41B257. Grayscale: #787878. Windows color (decimal): -4305496 or 11029950. OLE color: 11029950.

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

Color convert

RGB 190 77 168 -
CMYK 0 0.59 0.12 0.25
HSL 311.68º 0.47% 0.52% -
HSV(B) 311.68º 0.59% 0.75% -
XYZ 30.96 19.08 39.1 -
YUV 121.16 154.44 177.1 -
System Red Green Blue C M Y K H S L
Decimal 190 77 168 0 0.59 0.12 0.25 311.68 0.47 0.52
Hex BE 4D A8 0 3B C 19 138 2F 34
Octal 276 115 250 0 73 14 31 470 57 64
Binary 10111110 1001101 10101000 0 111011 1100 11001 100111000 101111 110100

Color Harmonies of #BE4DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4DA8

Black with #BE4DA8

Text Example


Text Example

White with #BE4DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4DA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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