Html Css Color HEX #BE4DC0 Fuchsia

📋 copy color: '#BE4DC0'

red 190 ◦ green 77 ◦ blue 192

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

Shades of Fuchsia #BE4DC0

Tints of Fuchsia #BE4DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.83%

R = 41.39%
G = 16.78%
B = 41.83%

CMYK

 C value IS 0.01

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE4DC0 (or 0xBE4DC0) is known color: Fuchsia. HEX triplet: BE, 4D and C0. RGB value is (190,77,192). Sum of RGB (Red+Green+Blue) = 190+77+192=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 77 (30.47% from 255 or 16.78% from 459); Blue value is 192 (75.39% from 255 or 41.83% from 459); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE4DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE4DC0 is #41B23F. Grayscale: #7B7B7B. Windows color (decimal): -4305472 or 12602814. OLE color: 12602814.

HSL color Cylindrical-coordinate representation of color #BE4DC0: hue angle of 298.96º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BE4DC0 is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 77 192 -
CMYK 0.01 0.60 0 0.25
HSL 298.96º 0.48% 0.53% -
HSV(B) 298.96º 0.6% 0.75% -
XYZ 33.4 20.06 51.98 -
YUV 123.9 166.44 175.15 -
System Red Green Blue C M Y K H S L
Decimal 190 77 192 0.01 0.60 0 0.25 298.96 0.48 0.53
Hex BE 4D C0 1 3C 0 19 12B 30 35
Octal 276 115 300 1 74 0 31 453 60 65
Binary 10111110 1001101 11000000 1 111100 0 11001 100101011 110000 110101

Color Harmonies of #BE4DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4DC0

Black with #BE4DC0

Text Example


Text Example

White with #BE4DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4DC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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