Html Css Color HEX #BE51C0 Fuchsia

📋 copy color: '#BE51C0'

red 190 ◦ green 81 ◦ blue 192

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

Shades of Fuchsia #BE51C0

Tints of Fuchsia #BE51C0

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.49%

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

R = 41.04%
G = 17.49%
B = 41.47%

CMYK

 C value IS 0.01

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE51C0 (or 0xBE51C0) is known color: Fuchsia. HEX triplet: BE, 51 and C0. RGB value is (190,81,192). Sum of RGB (Red+Green+Blue) = 190+81+192=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 81 (32.03% from 255 or 17.49% from 463); Blue value is 192 (75.39% from 255 or 41.47% from 463); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE51C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE51C0 is #41AE3F. Grayscale: #7D7D7D. Windows color (decimal): -4304448 or 12603838. OLE color: 12603838.

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

Color convert

RGB 190 81 192 -
CMYK 0.01 0.58 0 0.25
HSL 298.92º 0.47% 0.54% -
HSV(B) 298.92º 0.58% 0.75% -
XYZ 33.69 20.64 52.08 -
YUV 126.25 165.11 173.47 -
System Red Green Blue C M Y K H S L
Decimal 190 81 192 0.01 0.58 0 0.25 298.92 0.47 0.54
Hex BE 51 C0 1 3A 0 19 12B 2F 36
Octal 276 121 300 1 72 0 31 453 57 66
Binary 10111110 1010001 11000000 1 111010 0 11001 100101011 101111 110110

Color Harmonies of #BE51C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE51C0

Black with #BE51C0

Text Example


Text Example

White with #BE51C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE51C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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