Html Css Color HEX #BE4FC0 Fuchsia

📋 copy color: '#BE4FC0'

red 190 ◦ green 79 ◦ blue 192

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

Shades of Fuchsia #BE4FC0

Tints of Fuchsia #BE4FC0

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.14%

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

R = 41.21%
G = 17.14%
B = 41.65%

CMYK

 C value IS 0.01

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE4FC0 (or 0xBE4FC0) is known color: Fuchsia. HEX triplet: BE, 4F and C0. RGB value is (190,79,192). Sum of RGB (Red+Green+Blue) = 190+79+192=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 79 (31.25% from 255 or 17.14% from 461); Blue value is 192 (75.39% from 255 or 41.65% from 461); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE4FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE4FC0 is #41B03F. Grayscale: #7C7C7C. Windows color (decimal): -4304960 or 12603326. OLE color: 12603326.

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

Color convert

RGB 190 79 192 -
CMYK 0.01 0.59 0 0.25
HSL 298.94º 0.47% 0.53% -
HSV(B) 298.94º 0.59% 0.75% -
XYZ 33.55 20.34 52.03 -
YUV 125.07 165.77 174.31 -
System Red Green Blue C M Y K H S L
Decimal 190 79 192 0.01 0.59 0 0.25 298.94 0.47 0.53
Hex BE 4F C0 1 3B 0 19 12B 2F 35
Octal 276 117 300 1 73 0 31 453 57 65
Binary 10111110 1001111 11000000 1 111011 0 11001 100101011 101111 110101

Color Harmonies of #BE4FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4FC0

Black with #BE4FC0

Text Example


Text Example

White with #BE4FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4FC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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