Html Css Color HEX #BE53C0 Fuchsia

📋 copy color: '#BE53C0'

red 190 ◦ green 83 ◦ blue 192

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

Shades of Fuchsia #BE53C0

Tints of Fuchsia #BE53C0

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.85%

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

R = 40.86%
G = 17.85%
B = 41.29%

CMYK

 C value IS 0.01

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE53C0 (or 0xBE53C0) is known color: Fuchsia. HEX triplet: BE, 53 and C0. RGB value is (190,83,192). Sum of RGB (Red+Green+Blue) = 190+83+192=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 83 (32.81% from 255 or 17.85% from 465); Blue value is 192 (75.39% from 255 or 41.29% from 465); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE53C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE53C0 is #41AC3F. Grayscale: #7F7F7F. Windows color (decimal): -4303936 or 12604350. OLE color: 12604350.

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

Color convert

RGB 190 83 192 -
CMYK 0.01 0.57 0 0.25
HSL 298.9º 0.46% 0.54% -
HSV(B) 298.9º 0.57% 0.75% -
XYZ 33.84 20.94 52.13 -
YUV 127.42 164.45 172.64 -
System Red Green Blue C M Y K H S L
Decimal 190 83 192 0.01 0.57 0 0.25 298.9 0.46 0.54
Hex BE 53 C0 1 39 0 19 12B 2E 36
Octal 276 123 300 1 71 0 31 453 56 66
Binary 10111110 1010011 11000000 1 111001 0 11001 100101011 101110 110110

Color Harmonies of #BE53C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE53C0

Black with #BE53C0

Text Example


Text Example

White with #BE53C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE53C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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